#698235

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

Shades of Olive Drab #698235

Tints of Olive Drab #698235

Color information

#698235 (or 0x698235) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 35. RGB value is (105,130,53). Sum of RGB (Red+Green+Blue) = 105+130+53=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #698235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698235 is #967DCA. Grayscale: #727272. Windows color (decimal): -9862603 or 3506793. OLE color: 3506793.

HSL color Cylindrical-coordinate representation of color #698235: hue angle of 79.48º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698235 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB10513053-
CMYK0.1900.590.49
HSL79.48º42.08%35.88%-
HSV(B)79.48º59.23%50.98%-
XYZ14.4519.236.32-
YUV113.7593.72121.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=36.46%
G=45.14%
B=18.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130530.1900.590.4979.4842.0835.88
Hex6982351303B314f2a24
Octal1512026523073611175244
Binary1101001100000101101011001101110111100011001111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698235; }

 p { color: rgb(105,130,53); }

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

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

 a { background-color: rgb(105,130,53); }

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

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

 span { border-color: rgb(105,130,53); }

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