Html Css Color HEX #668234 Olive Drab

📋 copy color: '#668234'

red 102 ◦ green 130 ◦ blue 52

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

Shades of Olive Drab #668234

Tints of Olive Drab #668234

RGB

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

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

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

R = 35.92%
G = 45.77%
B = 18.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#668234 (or 0x668234) is known color: Olive Drab. HEX triplet: 66, 82 and 34. RGB value is (102,130,52). Sum of RGB (Red+Green+Blue) = 102+130+52=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #668234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668234 is #997DCB. Grayscale: #717171. Windows color (decimal): -10059212 or 3441254. OLE color: 3441254.

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

Color convert

RGB 102 130 52 -
CMYK 0.22 0 0.60 0.49
HSL 81.54º 0.43% 0.36% -
HSV(B) 81.54º 0.6% 0.51% -
XYZ 14.08 19.04 6.18 -
YUV 112.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 102 130 52 0.22 0 0.60 0.49 81.54 0.43 0.36
Hex 66 82 34 16 0 3C 31 52 2B 24
Octal 146 202 64 26 0 74 61 122 53 44
Binary 1100110 10000010 110100 10110 0 111100 110001 1010010 101011 100100

Color Harmonies of #668234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668234

Black with #668234

Text Example


Text Example

White with #668234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668234; }

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

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

background-color css

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

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

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

border-color css

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

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

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