Html Css Color HEX #66940A Olive Drab

📋 copy color: '#66940A'

red 102 ◦ green 148 ◦ blue 10

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

Shades of Olive Drab #66940A

Tints of Olive Drab #66940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.92%

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

R = 39.23%
G = 56.92%
B = 3.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#66940A (or 0x66940A) is known color: Olive Drab. HEX triplet: 66, 94 and 0A. RGB value is (102,148,10). Sum of RGB (Red+Green+Blue) = 102+148+10=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #66940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66940A is #996BF5. Grayscale: #777777. Windows color (decimal): -10054646 or 693350. OLE color: 693350.

HSL color Cylindrical-coordinate representation of color #66940A: hue angle of 80º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66940A is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 10 -
CMYK 0.31 0 0.93 0.42
HSL 80º 0.87% 0.31% -
HSV(B) 80º 0.93% 0.58% -
XYZ 16.12 24.03 4.07 -
YUV 118.51 66.76 116.22 -
System Red Green Blue C M Y K H S L
Decimal 102 148 10 0.31 0 0.93 0.42 80 0.87 0.31
Hex 66 94 A 1F 0 5D 2A 50 57 1F
Octal 146 224 12 37 0 135 52 120 127 37
Binary 1100110 10010100 1010 11111 0 1011101 101010 1010000 1010111 11111

Color Harmonies of #66940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66940A

Black with #66940A

Text Example


Text Example

White with #66940A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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