#698233

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

Shades of Olive Drab #698233

Tints of Olive Drab #698233

Color information

#698233 (or 0x698233) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 33. RGB value is (105,130,51). Sum of RGB (Red+Green+Blue) = 105+130+51=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #698233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698233 is #967DCC. Grayscale: #717171. Windows color (decimal): -9862605 or 3375721. OLE color: 3375721.

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

Color convert

RGB10513051-
CMYK0.1900.610.49
HSL78.99º43.65%35.49%-
HSV(B)78.99º60.77%50.98%-
XYZ14.4119.216.08-
YUV113.5292.72121.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=36.71%
G=45.45%
B=17.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130510.1900.610.4978.9943.6535.49
Hex6982331303D314f2c23
Octal1512026323075611175443
Binary1101001100000101100111001101111011100011001111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698233; }

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

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

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

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

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

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

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

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