#65950C

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

Shades of Olive Drab #65950C

Tints of Olive Drab #65950C

Color information

#65950C (or 0x65950C) is unknown color: approx Olive Drab. HEX triplet: 65, 95 and 0C. RGB value is (101,149,12). Sum of RGB (Red+Green+Blue) = 101+149+12=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #65950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65950C is #9A6AF3. Grayscale: #777777. Windows color (decimal): -10119924 or 824677. OLE color: 824677.

HSL color Cylindrical-coordinate representation of color #65950C: hue angle of 81.02º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65950C is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB10114912-
CMYK0.3200.920.42
HSL81.02º85.09%31.57%-
HSV(B)81.02º91.95%58.43%-
XYZ16.1824.294.18-
YUV119.0367.6115.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.55%
GREEN value IS 149 (58.59% from 255) = 56.87%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=38.55%
G=56.87%
B=4.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101149120.3200.920.4281.0285.0931.57
Hex6595C2005C2A515520
Octal145225144001345212112540
Binary11001011001010111001000000101110010101010100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,149,12); }

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

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

 a { background-color: rgb(101,149,12); }

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

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

 span { border-color: rgb(101,149,12); }

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