Html Css Color HEX #668542 Dingley

📋 copy color: '#668542'

red 102 ◦ green 133 ◦ blue 66

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

Shades of Dingley #668542

Tints of Dingley #668542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 33.89%
G = 44.19%
B = 21.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#668542 (or 0x668542) is known color: Dingley. HEX triplet: 66, 85 and 42. RGB value is (102,133,66). Sum of RGB (Red+Green+Blue) = 102+133+66=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #668542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668542 is #997ABD. Grayscale: #747474. Windows color (decimal): -10058430 or 4359526. OLE color: 4359526.

HSL color Cylindrical-coordinate representation of color #668542: hue angle of 87.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668542 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 66 -
CMYK 0.23 0 0.50 0.48
HSL 87.76º 0.34% 0.39% -
HSV(B) 87.76º 0.5% 0.52% -
XYZ 14.85 19.99 8.23 -
YUV 116.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 102 133 66 0.23 0 0.50 0.48 87.76 0.34 0.39
Hex 66 85 42 17 0 32 30 58 22 27
Octal 146 205 102 27 0 62 60 130 42 47
Binary 1100110 10000101 1000010 10111 0 110010 110000 1011000 100010 100111

Color Harmonies of #668542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668542

Black with #668542

Text Example


Text Example

White with #668542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668542; }

 p { color: rgb(102,133,66); }

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

background-color css

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

 a { background-color: rgb(102,133,66); }

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

border-color css

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

 span { border-color: rgb(102,133,66); }

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