#658130

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

Shades of Olive Drab #658130

Tints of Olive Drab #658130

Color information

#658130 (or 0x658130) is unknown color: approx Olive Drab. HEX triplet: 65, 81 and 30. RGB value is (101,129,48). Sum of RGB (Red+Green+Blue) = 101+129+48=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #658130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658130 is #9A7ECF. Grayscale: #6F6F6F. Windows color (decimal): -10125008 or 3178853. OLE color: 3178853.

HSL color Cylindrical-coordinate representation of color #658130: hue angle of 80.74º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #658130 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB10112948-
CMYK0.2200.630.49
HSL80.74º45.76%34.71%-
HSV(B)80.74º62.79%50.59%-
XYZ13.7518.685.68-
YUV111.3992.22120.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=36.33%
G=46.40%
B=17.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129480.2200.630.4980.7445.7634.71
Hex6581301603F31512e23
Octal1452016026077611215643
Binary1100101100000011100001011001111111100011010001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658130; }

 p { color: rgb(101,129,48); }

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

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

 a { background-color: rgb(101,129,48); }

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

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

 span { border-color: rgb(101,129,48); }

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