#74C679

Color #74C679 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #74C679

Tints of De York #74C679

Color information

#74C679 (or 0x74C679) is unknown color: approx De York. HEX triplet: 74, C6 and 79. RGB value is (116,198,121). Sum of RGB (Red+Green+Blue) = 116+198+121=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #74C679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C679 is #8B3986. Grayscale: #A4A4A4. Windows color (decimal): -9124231 or 7980660. OLE color: 7980660.

HSL color Cylindrical-coordinate representation of color #74C679: hue angle of 123.66º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C679 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB116198121-
CMYK0.4100.390.22
HSL123.66º41.84%61.57%-
HSV(B)123.66º41.41%77.65%-
XYZ30.8545.4825.24-
YUV164.7103.3393.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=26.67%
G=45.52%
B=27.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161981210.4100.390.22123.6641.8461.57
Hex74C67929027167c2a3e
Octal16430617151047261745276
Binary11101001100011011110011010010100111101101111100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C679; }

 p { color: rgb(116,198,121); }

 H1.HeaderClassName
 {
   color: #74C679;
 }
 .AnyTagClassName
 {
   color: #74C679;
 }
</style>
background-color css

<style>
 a { background-color: #74C679; }

 a { background-color: rgb(116,198,121); }

 div.DivClassName
 {
   background-color: #74C679;
 }
 .BgClassName
 {
   background-color: #74C679;
 }
</style>
border-color css

<style>
 span { border-color: #74C679; }

 span { border-color: rgb(116,198,121); }

 td.TdClassName
 {
   border-color: #74C679;
 }
 .TagClassName
 {
   border-color: #74C679;
 }
</style>