#698236

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

Shades of Olive Drab #698236

Tints of Olive Drab #698236

Color information

#698236 (or 0x698236) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 36. RGB value is (105,130,54). Sum of RGB (Red+Green+Blue) = 105+130+54=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #698236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698236 is #967DC9. Grayscale: #727272. Windows color (decimal): -9862602 or 3572329. OLE color: 3572329.

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

Color convert

RGB10513054-
CMYK0.1900.580.49
HSL79.74º41.3%36.08%-
HSV(B)79.74º58.46%50.98%-
XYZ14.4719.236.44-
YUV113.8694.22121.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=36.33%
G=44.98%
B=18.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130540.1900.580.4979.7441.336.08
Hex6982361303A31502924
Octal1512026623072611205144
Binary1101001100000101101101001101110101100011010000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698236; }

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

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

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

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

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

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

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

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