Html Css Color HEX #66931A Olive Drab

📋 copy color: '#66931A'

red 102 ◦ green 147 ◦ blue 26

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

Shades of Olive Drab #66931A

Tints of Olive Drab #66931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.45%

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

R = 37.09%
G = 53.45%
B = 9.45%

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

#66931A (or 0x66931A) is known color: Olive Drab. HEX triplet: 66, 93 and 1A. RGB value is (102,147,26). Sum of RGB (Red+Green+Blue) = 102+147+26=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #66931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66931A is #996CE5. Grayscale: #787878. Windows color (decimal): -10054886 or 1741670. OLE color: 1741670.

HSL color Cylindrical-coordinate representation of color #66931A: hue angle of 82.31º 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 #66931A is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 26 -
CMYK 0.31 0 0.82 0.42
HSL 82.31º 0.7% 0.34% -
HSV(B) 82.31º 0.82% 0.58% -
XYZ 16.1 23.77 4.72 -
YUV 119.75 75.09 115.34 -
System Red Green Blue C M Y K H S L
Decimal 102 147 26 0.31 0 0.82 0.42 82.31 0.7 0.34
Hex 66 93 1A 1F 0 52 2A 52 46 22
Octal 146 223 32 37 0 122 52 122 106 42
Binary 1100110 10010011 11010 11111 0 1010010 101010 1010010 1000110 100010

Color Harmonies of #66931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66931A

Black with #66931A

Text Example


Text Example

White with #66931A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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