Html Css Color HEX #66900A Olive Drab

📋 copy color: '#66900A'

red 102 ◦ green 144 ◦ blue 10

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

Shades of Olive Drab #66900A

Tints of Olive Drab #66900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.25%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 39.84%
G = 56.25%
B = 3.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#66900A (or 0x66900A) is known color: Olive Drab. HEX triplet: 66, 90 and 0A. RGB value is (102,144,10). Sum of RGB (Red+Green+Blue) = 102+144+10=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #66900A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66900A is #996FF5. Grayscale: #747474. Windows color (decimal): -10055670 or 692326. OLE color: 692326.

HSL color Cylindrical-coordinate representation of color #66900A: hue angle of 78.81º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66900A is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 10 -
CMYK 0.29 0 0.93 0.44
HSL 78.81º 0.87% 0.3% -
HSV(B) 78.81º 0.93% 0.56% -
XYZ 15.51 22.79 3.87 -
YUV 116.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 102 144 10 0.29 0 0.93 0.44 78.81 0.87 0.3
Hex 66 90 A 1D 0 5D 2C 4F 57 1E
Octal 146 220 12 35 0 135 54 117 127 36
Binary 1100110 10010000 1010 11101 0 1011101 101100 1001111 1010111 11110

Color Harmonies of #66900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66900A

Black with #66900A

Text Example


Text Example

White with #66900A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,144,10); }

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

background-color css

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

 a { background-color: rgb(102,144,10); }

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

border-color css

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

 span { border-color: rgb(102,144,10); }

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