Html Css Color HEX #668822 Olive Drab

📋 copy color: '#668822'

red 102 ◦ green 136 ◦ blue 34

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

Shades of Olive Drab #668822

Tints of Olive Drab #668822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 37.5%
G = 50%
B = 12.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#668822 (or 0x668822) is known color: Olive Drab. HEX triplet: 66, 88 and 22. RGB value is (102,136,34). Sum of RGB (Red+Green+Blue) = 102+136+34=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #668822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668822 is #9977DD. Grayscale: #727272. Windows color (decimal): -10057694 or 2263142. OLE color: 2263142.

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

Color convert

RGB 102 136 34 -
CMYK 0.25 0 0.75 0.47
HSL 80º 0.6% 0.33% -
HSV(B) 80º 0.75% 0.53% -
XYZ 14.57 20.55 4.71 -
YUV 114.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 102 136 34 0.25 0 0.75 0.47 80 0.6 0.33
Hex 66 88 22 19 0 4B 2F 50 3C 21
Octal 146 210 42 31 0 113 57 120 74 41
Binary 1100110 10001000 100010 11001 0 1001011 101111 1010000 111100 100001

Color Harmonies of #668822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668822

Black with #668822

Text Example


Text Example

White with #668822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668822; }

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

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

background-color css

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

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

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

border-color css

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

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

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