Html Css Color HEX #66890F Olive Drab

📋 copy color: '#66890F'

red 102 ◦ green 137 ◦ blue 15

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

Shades of Olive Drab #66890F

Tints of Olive Drab #66890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.94%

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 40.16%
G = 53.94%
B = 5.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#66890F (or 0x66890F) is known color: Olive Drab. HEX triplet: 66, 89 and 0F. RGB value is (102,137,15). Sum of RGB (Red+Green+Blue) = 102+137+15=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #66890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66890F is #9976F0. Grayscale: #717171. Windows color (decimal): -10057457 or 1018214. OLE color: 1018214.

HSL color Cylindrical-coordinate representation of color #66890F: hue angle of 77.21º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66890F is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 15 -
CMYK 0.26 0 0.89 0.46
HSL 77.21º 0.8% 0.3% -
HSV(B) 77.21º 0.89% 0.54% -
XYZ 14.51 20.75 3.69 -
YUV 112.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 102 137 15 0.26 0 0.89 0.46 77.21 0.8 0.3
Hex 66 89 F 1A 0 59 2E 4D 50 1E
Octal 146 211 17 32 0 131 56 115 120 36
Binary 1100110 10001001 1111 11010 0 1011001 101110 1001101 1010000 11110

Color Harmonies of #66890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66890F

Black with #66890F

Text Example


Text Example

White with #66890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66890F; }

 p { color: rgb(102,137,15); }

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

background-color css

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

 a { background-color: rgb(102,137,15); }

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

border-color css

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

 span { border-color: rgb(102,137,15); }

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