Html Css Color HEX #668E45 Dingley

📋 copy color: '#668E45'

red 102 ◦ green 142 ◦ blue 69

#668E45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #668E45

Tints of Dingley #668E45

RGB

 RED value IS 102 (40.23% from 255) = 32.59%

 GREEN value IS 142 (55.86% from 255) = 45.37%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 32.59%
G = 45.37%
B = 22.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#668E45 (or 0x668E45) is known color: Dingley. HEX triplet: 66, 8E and 45. RGB value is (102,142,69). Sum of RGB (Red+Green+Blue) = 102+142+69=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #668E45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E45 is #9971BA. Grayscale: #797979. Windows color (decimal): -10056123 or 4558438. OLE color: 4558438.

HSL color Cylindrical-coordinate representation of color #668E45: hue angle of 92.88º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668E45 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 142 69 -
CMYK 0.28 0 0.51 0.44
HSL 92.88º 0.35% 0.41% -
HSV(B) 92.88º 0.51% 0.56% -
XYZ 16.23 22.6 9.14 -
YUV 121.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 102 142 69 0.28 0 0.51 0.44 92.88 0.35 0.41
Hex 66 8E 45 1C 0 33 2C 5D 23 29
Octal 146 216 105 34 0 63 54 135 43 51
Binary 1100110 10001110 1000101 11100 0 110011 101100 1011101 100011 101001

Color Harmonies of #668E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E45

Black with #668E45

Text Example


Text Example

White with #668E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668E45; }

 p { color: rgb(102,142,69); }

 H1.HeaderClassName
 {
   color: #668E45;
 }
 .AnyTagClassName
 {
   color: #668E45;
 }
</style>

background-color css

<style>
 a { background-color: #668E45; }

 a { background-color: rgb(102,142,69); }

 div.DivClassName
 {
   background-color: #668E45;
 }
 .BgClassName
 {
   background-color: #668E45;
 }
</style>

border-color css

<style>
 span { border-color: #668E45; }

 span { border-color: rgb(102,142,69); }

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