Html Css Color HEX #66881E Olive Drab

📋 copy color: '#66881E'

red 102 ◦ green 136 ◦ blue 30

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

Shades of Olive Drab #66881E

Tints of Olive Drab #66881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 38.06%
G = 50.75%
B = 11.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#66881E (or 0x66881E) is known color: Olive Drab. HEX triplet: 66, 88 and 1E. RGB value is (102,136,30). Sum of RGB (Red+Green+Blue) = 102+136+30=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #66881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66881E is #9977E1. Grayscale: #727272. Windows color (decimal): -10057698 or 2000998. OLE color: 2000998.

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

Color convert

RGB 102 136 30 -
CMYK 0.25 0 0.78 0.47
HSL 79.25º 0.64% 0.33% -
HSV(B) 79.25º 0.78% 0.53% -
XYZ 14.52 20.53 4.43 -
YUV 113.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 102 136 30 0.25 0 0.78 0.47 79.25 0.64 0.33
Hex 66 88 1E 19 0 4E 2F 4F 40 21
Octal 146 210 36 31 0 116 57 117 100 41
Binary 1100110 10001000 11110 11001 0 1001110 101111 1001111 1000000 100001

Color Harmonies of #66881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66881E

Black with #66881E

Text Example


Text Example

White with #66881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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