Html Css Color HEX #66931F Olive Drab

📋 copy color: '#66931F'

red 102 ◦ green 147 ◦ blue 31

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

Shades of Olive Drab #66931F

Tints of Olive Drab #66931F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 36.43%
G = 52.5%
B = 11.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#66931F (or 0x66931F) is known color: Olive Drab. HEX triplet: 66, 93 and 1F. RGB value is (102,147,31). Sum of RGB (Red+Green+Blue) = 102+147+31=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #66931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66931F is #996CE0. Grayscale: #787878. Windows color (decimal): -10054881 or 2069350. OLE color: 2069350.

HSL color Cylindrical-coordinate representation of color #66931F: hue angle of 83.28º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66931F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 31 -
CMYK 0.31 0 0.79 0.42
HSL 83.28º 0.65% 0.35% -
HSV(B) 83.28º 0.79% 0.58% -
XYZ 16.16 23.79 5.04 -
YUV 120.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 102 147 31 0.31 0 0.79 0.42 83.28 0.65 0.35
Hex 66 93 1F 1F 0 4F 2A 53 41 23
Octal 146 223 37 37 0 117 52 123 101 43
Binary 1100110 10010011 11111 11111 0 1001111 101010 1010011 1000001 100011

Color Harmonies of #66931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66931F

Black with #66931F

Text Example


Text Example

White with #66931F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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