Html Css Color HEX #668434 Olive Drab

📋 copy color: '#668434'

red 102 ◦ green 132 ◦ blue 52

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

Shades of Olive Drab #668434

Tints of Olive Drab #668434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 35.66%
G = 46.15%
B = 18.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#668434 (or 0x668434) is known color: Olive Drab. HEX triplet: 66, 84 and 34. RGB value is (102,132,52). Sum of RGB (Red+Green+Blue) = 102+132+52=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #668434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668434 is #997BCB. Grayscale: #727272. Windows color (decimal): -10058700 or 3441766. OLE color: 3441766.

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

Color convert

RGB 102 132 52 -
CMYK 0.23 0 0.61 0.48
HSL 82.5º 0.43% 0.36% -
HSV(B) 82.5º 0.61% 0.52% -
XYZ 14.35 19.58 6.27 -
YUV 113.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 102 132 52 0.23 0 0.61 0.48 82.5 0.43 0.36
Hex 66 84 34 17 0 3D 30 52 2B 24
Octal 146 204 64 27 0 75 60 122 53 44
Binary 1100110 10000100 110100 10111 0 111101 110000 1010010 101011 100100

Color Harmonies of #668434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668434

Black with #668434

Text Example


Text Example

White with #668434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668434; }

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

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

background-color css

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

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

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

border-color css

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

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

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