#658813

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

Shades of Olive Drab #658813

Tints of Olive Drab #658813

Color information

#658813 (or 0x658813) is unknown color: approx Olive Drab. HEX triplet: 65, 88 and 13. RGB value is (101,136,19). Sum of RGB (Red+Green+Blue) = 101+136+19=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #658813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658813 is #9A77EC. Grayscale: #707070. Windows color (decimal): -10123245 or 1280101. OLE color: 1280101.

HSL color Cylindrical-coordinate representation of color #658813: hue angle of 77.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #658813 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB10113619-
CMYK0.2600.860.47
HSL77.95º75.48%30.39%-
HSV(B)77.95º86.03%53.33%-
XYZ14.2920.423.8-
YUV112.275.4120.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 19 (7.81% from 255) = 7.42%
R=39.45%
G=53.12%
B=7.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101136190.2600.860.4777.9575.4830.39
Hex6588131A0562F4e4b1e
Octal145210233201265711611336
Binary1100101100010001001111010010101101011111001110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658813; }

 p { color: rgb(101,136,19); }

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

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

 a { background-color: rgb(101,136,19); }

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

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

 span { border-color: rgb(101,136,19); }

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