Html Css Color HEX #66890D Olive Drab

📋 copy color: '#66890D'

red 102 ◦ green 137 ◦ blue 13

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

Shades of Olive Drab #66890D

Tints of Olive Drab #66890D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 40.48%
G = 54.37%
B = 5.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#66890D (or 0x66890D) is known color: Olive Drab. HEX triplet: 66, 89 and 0D. RGB value is (102,137,13). Sum of RGB (Red+Green+Blue) = 102+137+13=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #66890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66890D is #9976F2. Grayscale: #707070. Windows color (decimal): -10057459 or 887142. OLE color: 887142.

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

Color convert

RGB 102 137 13 -
CMYK 0.26 0 0.91 0.46
HSL 76.94º 0.83% 0.29% -
HSV(B) 76.94º 0.91% 0.54% -
XYZ 14.5 20.75 3.62 -
YUV 112.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 102 137 13 0.26 0 0.91 0.46 76.94 0.83 0.29
Hex 66 89 D 1A 0 5B 2E 4D 53 1D
Octal 146 211 15 32 0 133 56 115 123 35
Binary 1100110 10001001 1101 11010 0 1011011 101110 1001101 1010011 11101

Color Harmonies of #66890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66890D

Black with #66890D

Text Example


Text Example

White with #66890D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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