#658330

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

Shades of Olive Drab #658330

Tints of Olive Drab #658330

Color information

#658330 (or 0x658330) is unknown color: approx Olive Drab. HEX triplet: 65, 83 and 30. RGB value is (101,131,48). Sum of RGB (Red+Green+Blue) = 101+131+48=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #658330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658330 is #9A7CCF. Grayscale: #707070. Windows color (decimal): -10124496 or 3179365. OLE color: 3179365.

HSL color Cylindrical-coordinate representation of color #658330: hue angle of 81.69º 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 #658330 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB10113148-
CMYK0.2300.630.49
HSL81.69º46.37%35.1%-
HSV(B)81.69º63.36%51.37%-
XYZ14.0219.215.77-
YUV112.5791.56119.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=36.07%
G=46.79%
B=17.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131480.2300.630.4981.6946.3735.1
Hex6583301703F31522e23
Octal1452036027077611225643
Binary1100101100000111100001011101111111100011010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658330; }

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

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

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

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

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

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

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

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