#698225

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

Shades of Olive Drab #698225

Tints of Olive Drab #698225

Color information

#698225 (or 0x698225) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 25. RGB value is (105,130,37). Sum of RGB (Red+Green+Blue) = 105+130+37=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #698225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698225 is #967DDA. Grayscale: #707070. Windows color (decimal): -9862619 or 2458217. OLE color: 2458217.

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

Color convert

RGB10513037-
CMYK0.1900.720.49
HSL76.13º55.69%32.75%-
HSV(B)76.13º71.54%50.98%-
XYZ14.1419.14.69-
YUV111.9285.72123.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=38.60%
G=47.79%
B=13.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130370.1900.720.4976.1355.6932.75
Hex69822513048314c3821
Octal15120245230110611147041
Binary11010011000001010010110011010010001100011001100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698225; }

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

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

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

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

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

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

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

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