Html Css Color HEX #66941D Olive Drab

📋 copy color: '#66941D'

red 102 ◦ green 148 ◦ blue 29

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

Shades of Olive Drab #66941D

Tints of Olive Drab #66941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 36.56%
G = 53.05%
B = 10.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#66941D (or 0x66941D) is known color: Olive Drab. HEX triplet: 66, 94 and 1D. RGB value is (102,148,29). Sum of RGB (Red+Green+Blue) = 102+148+29=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #66941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66941D is #996BE2. Grayscale: #797979. Windows color (decimal): -10054627 or 1938534. OLE color: 1938534.

HSL color Cylindrical-coordinate representation of color #66941D: hue angle of 83.19º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66941D is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 29 -
CMYK 0.31 0 0.80 0.42
HSL 83.19º 0.67% 0.35% -
HSV(B) 83.19º 0.8% 0.58% -
XYZ 16.29 24.09 4.95 -
YUV 120.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 102 148 29 0.31 0 0.80 0.42 83.19 0.67 0.35
Hex 66 94 1D 1F 0 50 2A 53 43 23
Octal 146 224 35 37 0 120 52 123 103 43
Binary 1100110 10010100 11101 11111 0 1010000 101010 1010011 1000011 100011

Color Harmonies of #66941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66941D

Black with #66941D

Text Example


Text Example

White with #66941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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