Html Css Color HEX #66881A Olive Drab

📋 copy color: '#66881A'

red 102 ◦ green 136 ◦ blue 26

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

Shades of Olive Drab #66881A

Tints of Olive Drab #66881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 38.64%
G = 51.52%
B = 9.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#66881A (or 0x66881A) is known color: Olive Drab. HEX triplet: 66, 88 and 1A. RGB value is (102,136,26). Sum of RGB (Red+Green+Blue) = 102+136+26=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #66881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66881A is #9977E5. Grayscale: #717171. Windows color (decimal): -10057702 or 1738854. OLE color: 1738854.

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

Color convert

RGB 102 136 26 -
CMYK 0.25 0 0.81 0.47
HSL 78.55º 0.68% 0.32% -
HSV(B) 78.55º 0.81% 0.53% -
XYZ 14.47 20.51 4.17 -
YUV 113.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 102 136 26 0.25 0 0.81 0.47 78.55 0.68 0.32
Hex 66 88 1A 19 0 51 2F 4F 44 20
Octal 146 210 32 31 0 121 57 117 104 40
Binary 1100110 10001000 11010 11001 0 1010001 101111 1001111 1000100 100000

Color Harmonies of #66881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66881A

Black with #66881A

Text Example


Text Example

White with #66881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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