Html Css Color HEX #66980F Olive Drab

📋 copy color: '#66980F'

red 102 ◦ green 152 ◦ blue 15

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

Shades of Olive Drab #66980F

Tints of Olive Drab #66980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 37.92%
G = 56.51%
B = 5.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#66980F (or 0x66980F) is known color: Olive Drab. HEX triplet: 66, 98 and 0F. RGB value is (102,152,15). Sum of RGB (Red+Green+Blue) = 102+152+15=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #66980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66980F is #9967F0. Grayscale: #797979. Windows color (decimal): -10053617 or 1022054. OLE color: 1022054.

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

Color convert

RGB 102 152 15 -
CMYK 0.33 0 0.90 0.40
HSL 81.9º 0.82% 0.33% -
HSV(B) 81.9º 0.9% 0.6% -
XYZ 16.79 25.32 4.45 -
YUV 121.43 67.94 114.14 -
System Red Green Blue C M Y K H S L
Decimal 102 152 15 0.33 0 0.90 0.40 81.9 0.82 0.33
Hex 66 98 F 21 0 5A 28 52 52 21
Octal 146 230 17 41 0 132 50 122 122 41
Binary 1100110 10011000 1111 100001 0 1011010 101000 1010010 1010010 100001

Color Harmonies of #66980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66980F

Black with #66980F

Text Example


Text Example

White with #66980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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