#65970D

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

Shades of Olive Drab #65970D

Tints of Olive Drab #65970D

Color information

#65970D (or 0x65970D) is unknown color: approx Olive Drab. HEX triplet: 65, 97 and 0D. RGB value is (101,151,13). Sum of RGB (Red+Green+Blue) = 101+151+13=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #65970D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65970D is #9A68F2. Grayscale: #787878. Windows color (decimal): -10119411 or 890725. OLE color: 890725.

HSL color Cylindrical-coordinate representation of color #65970D: hue angle of 81.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65970D is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB10115113-
CMYK0.3300.910.41
HSL81.74º84.15%32.16%-
HSV(B)81.74º91.39%59.22%-
XYZ16.5124.934.32-
YUV120.3267.44114.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 151 (59.38% from 255) = 56.98%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=38.11%
G=56.98%
B=4.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101151130.3300.910.4181.7484.1532.16
Hex6597D2105B29525420
Octal145227154101335112212440
Binary11001011001011111011000010101101110100110100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,151,13); }

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

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

 a { background-color: rgb(101,151,13); }

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

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

 span { border-color: rgb(101,151,13); }

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