#698228

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

Shades of Olive Drab #698228

Tints of Olive Drab #698228

Color information

#698228 (or 0x698228) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 28. RGB value is (105,130,40). Sum of RGB (Red+Green+Blue) = 105+130+40=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #698228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698228 is #967DD7. Grayscale: #707070. Windows color (decimal): -9862616 or 2654825. OLE color: 2654825.

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

Color convert

RGB10513040-
CMYK0.1900.690.49
HSL76.67º52.94%33.33%-
HSV(B)76.67º69.23%50.98%-
XYZ14.1919.124.95-
YUV112.2687.22122.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=38.18%
G=47.27%
B=14.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130400.1900.690.4976.6752.9433.33
Hex69822813045314d3521
Octal15120250230105611156541
Binary11010011000001010100010011010001011100011001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698228; }

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

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

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

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

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

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

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

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