Html Css Color HEX #668236 Olive Drab

📋 copy color: '#668236'

red 102 ◦ green 130 ◦ blue 54

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

Shades of Olive Drab #668236

Tints of Olive Drab #668236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 35.66%
G = 45.45%
B = 18.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#668236 (or 0x668236) is known color: Olive Drab. HEX triplet: 66, 82 and 36. RGB value is (102,130,54). Sum of RGB (Red+Green+Blue) = 102+130+54=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #668236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668236 is #997DC9. Grayscale: #717171. Windows color (decimal): -10059210 or 3572326. OLE color: 3572326.

HSL color Cylindrical-coordinate representation of color #668236: hue angle of 82.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668236 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 54 -
CMYK 0.22 0 0.58 0.49
HSL 82.11º 0.41% 0.36% -
HSV(B) 82.11º 0.58% 0.51% -
XYZ 14.13 19.06 6.42 -
YUV 112.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 102 130 54 0.22 0 0.58 0.49 82.11 0.41 0.36
Hex 66 82 36 16 0 3A 31 52 29 24
Octal 146 202 66 26 0 72 61 122 51 44
Binary 1100110 10000010 110110 10110 0 111010 110001 1010010 101001 100100

Color Harmonies of #668236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668236

Black with #668236

Text Example


Text Example

White with #668236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668236; }

 p { color: rgb(102,130,54); }

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

background-color css

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

 a { background-color: rgb(102,130,54); }

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

border-color css

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

 span { border-color: rgb(102,130,54); }

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