Html Css Color HEX #668431 Olive Drab

📋 copy color: '#668431'

red 102 ◦ green 132 ◦ blue 49

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

Shades of Olive Drab #668431

Tints of Olive Drab #668431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

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

R = 36.04%
G = 46.64%
B = 17.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#668431 (or 0x668431) is known color: Olive Drab. HEX triplet: 66, 84 and 31. RGB value is (102,132,49). Sum of RGB (Red+Green+Blue) = 102+132+49=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #668431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668431 is #997BCE. Grayscale: #717171. Windows color (decimal): -10058703 or 3245158. OLE color: 3245158.

HSL color Cylindrical-coordinate representation of color #668431: hue angle of 81.69º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #668431 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 49 -
CMYK 0.23 0 0.63 0.48
HSL 81.69º 0.46% 0.35% -
HSV(B) 81.69º 0.63% 0.52% -
XYZ 14.29 19.55 5.93 -
YUV 113.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 102 132 49 0.23 0 0.63 0.48 81.69 0.46 0.35
Hex 66 84 31 17 0 3F 30 52 2E 23
Octal 146 204 61 27 0 77 60 122 56 43
Binary 1100110 10000100 110001 10111 0 111111 110000 1010010 101110 100011

Color Harmonies of #668431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668431

Black with #668431

Text Example


Text Example

White with #668431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668431; }

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

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

background-color css

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

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

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

border-color css

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

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

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