Html Css Color HEX #66941A Olive Drab

📋 copy color: '#66941A'

red 102 ◦ green 148 ◦ blue 26

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

Shades of Olive Drab #66941A

Tints of Olive Drab #66941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 36.96%
G = 53.62%
B = 9.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#66941A (or 0x66941A) is known color: Olive Drab. HEX triplet: 66, 94 and 1A. RGB value is (102,148,26). Sum of RGB (Red+Green+Blue) = 102+148+26=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #66941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66941A is #996BE5. Grayscale: #787878. Windows color (decimal): -10054630 or 1741926. OLE color: 1741926.

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

Color convert

RGB 102 148 26 -
CMYK 0.31 0 0.82 0.42
HSL 82.62º 0.7% 0.34% -
HSV(B) 82.62º 0.82% 0.58% -
XYZ 16.26 24.08 4.77 -
YUV 120.34 74.76 114.92 -
System Red Green Blue C M Y K H S L
Decimal 102 148 26 0.31 0 0.82 0.42 82.62 0.7 0.34
Hex 66 94 1A 1F 0 52 2A 53 46 22
Octal 146 224 32 37 0 122 52 123 106 42
Binary 1100110 10010100 11010 11111 0 1010010 101010 1010011 1000110 100010

Color Harmonies of #66941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66941A

Black with #66941A

Text Example


Text Example

White with #66941A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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