Html Css Color HEX #668831 Olive Drab

📋 copy color: '#668831'

red 102 ◦ green 136 ◦ blue 49

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

Shades of Olive Drab #668831

Tints of Olive Drab #668831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.39%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 35.54%
G = 47.39%
B = 17.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#668831 (or 0x668831) is known color: Olive Drab. HEX triplet: 66, 88 and 31. RGB value is (102,136,49). Sum of RGB (Red+Green+Blue) = 102+136+49=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #668831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668831 is #9977CE. Grayscale: #747474. Windows color (decimal): -10057679 or 3246182. OLE color: 3246182.

HSL color Cylindrical-coordinate representation of color #668831: hue angle of 83.45º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #668831 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 49 -
CMYK 0.25 0 0.64 0.47
HSL 83.45º 0.47% 0.36% -
HSV(B) 83.45º 0.64% 0.53% -
XYZ 14.84 20.65 6.11 -
YUV 115.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 102 136 49 0.25 0 0.64 0.47 83.45 0.47 0.36
Hex 66 88 31 19 0 40 2F 53 2F 24
Octal 146 210 61 31 0 100 57 123 57 44
Binary 1100110 10001000 110001 11001 0 1000000 101111 1010011 101111 100100

Color Harmonies of #668831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668831

Black with #668831

Text Example


Text Example

White with #668831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668831; }

 p { color: rgb(102,136,49); }

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

background-color css

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

 a { background-color: rgb(102,136,49); }

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

border-color css

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

 span { border-color: rgb(102,136,49); }

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