#658527

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

Shades of Olive Drab #658527

Tints of Olive Drab #658527

Color information

#658527 (or 0x658527) is unknown color: approx Olive Drab. HEX triplet: 65, 85 and 27. RGB value is (101,133,39). Sum of RGB (Red+Green+Blue) = 101+133+39=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #658527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658527 is #9A7AD8. Grayscale: #717171. Windows color (decimal): -10123993 or 2590053. OLE color: 2590053.

HSL color Cylindrical-coordinate representation of color #658527: hue angle of 80.43º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #658527 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB10113339-
CMYK0.2400.710.48
HSL80.43º54.65%33.73%-
HSV(B)80.43º70.68%52.16%-
XYZ14.1219.694.98-
YUV112.7286.4119.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=37.00%
G=48.72%
B=14.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133390.2400.710.4880.4354.6533.73
Hex6585271804730503722
Octal14520547300107601206742
Binary11001011000010110011111000010001111100001010000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658527; }

 p { color: rgb(101,133,39); }

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

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

 a { background-color: rgb(101,133,39); }

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

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

 span { border-color: rgb(101,133,39); }

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