Html Css Color HEX #66981C Olive Drab

📋 copy color: '#66981C'

red 102 ◦ green 152 ◦ blue 28

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

Shades of Olive Drab #66981C

Tints of Olive Drab #66981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 36.17%
G = 53.9%
B = 9.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#66981C (or 0x66981C) is known color: Olive Drab. HEX triplet: 66, 98 and 1C. RGB value is (102,152,28). Sum of RGB (Red+Green+Blue) = 102+152+28=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #66981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66981C is #9967E3. Grayscale: #7B7B7B. Windows color (decimal): -10053604 or 1874022. OLE color: 1874022.

HSL color Cylindrical-coordinate representation of color #66981C: hue angle of 84.19º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66981C is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 28 -
CMYK 0.33 0 0.82 0.40
HSL 84.19º 0.69% 0.35% -
HSV(B) 84.19º 0.82% 0.6% -
XYZ 16.92 25.37 5.1 -
YUV 122.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 102 152 28 0.33 0 0.82 0.40 84.19 0.69 0.35
Hex 66 98 1C 21 0 52 28 54 45 23
Octal 146 230 34 41 0 122 50 124 105 43
Binary 1100110 10011000 11100 100001 0 1010010 101000 1010100 1000101 100011

Color Harmonies of #66981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66981C

Black with #66981C

Text Example


Text Example

White with #66981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66981C; }

 p { color: rgb(102,152,28); }

 H1.HeaderClassName
 {
   color: #66981C;
 }
 .AnyTagClassName
 {
   color: #66981C;
 }
</style>

background-color css

<style>
 a { background-color: #66981C; }

 a { background-color: rgb(102,152,28); }

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

border-color css

<style>
 span { border-color: #66981C; }

 span { border-color: rgb(102,152,28); }

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