#65980F

Color #65980F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #65980F

Tints of Olive Drab #65980F

Color information

#65980F (or 0x65980F) is unknown color: approx Olive Drab. HEX triplet: 65, 98 and 0F. RGB value is (101,152,15). Sum of RGB (Red+Green+Blue) = 101+152+15=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #65980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65980F is #9A67F0. Grayscale: #797979. Windows color (decimal): -10119153 or 1022053. OLE color: 1022053.

HSL color Cylindrical-coordinate representation of color #65980F: hue angle of 82.34º 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 #65980F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB10115215-
CMYK0.3400.900.40
HSL82.34º82.04%32.75%-
HSV(B)82.34º90.13%59.61%-
XYZ16.6825.264.45-
YUV121.1368.1113.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=37.69%
G=56.72%
B=5.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101152150.3400.900.4082.3482.0432.75
Hex6598F2205A28525221
Octal145230174201325012212241
Binary11001011001100011111000100101101010100010100101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65980F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65980F;
 }
 .AnyTagClassName
 {
   color: #65980F;
 }
</style>
background-color css

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

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

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

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

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

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