#65820F

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

Shades of Olive Drab #65820F

Tints of Olive Drab #65820F

Color information

#65820F (or 0x65820F) is unknown color: approx Olive Drab. HEX triplet: 65, 82 and 0F. RGB value is (101,130,15). Sum of RGB (Red+Green+Blue) = 101+130+15=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #65820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65820F is #9A7DF0. Grayscale: #6C6C6C. Windows color (decimal): -10124785 or 1016421. OLE color: 1016421.

HSL color Cylindrical-coordinate representation of color #65820F: hue angle of 75.13º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65820F is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB10113015-
CMYK0.2200.880.49
HSL75.13º79.31%28.43%-
HSV(B)75.13º88.46%50.98%-
XYZ13.4418.773.37-
YUV108.2275.39122.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=41.06%
G=52.85%
B=6.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130150.2200.880.4975.1379.3128.43
Hex6582F16058314b4f1c
Octal145202172601306111311734
Binary110010110000010111110110010110001100011001011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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