#698627

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

Shades of Olive Drab #698627

Tints of Olive Drab #698627

Color information

#698627 (or 0x698627) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 27. RGB value is (105,134,39). Sum of RGB (Red+Green+Blue) = 105+134+39=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #698627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698627 is #9679D8. Grayscale: #727272. Windows color (decimal): -9861593 or 2590313. OLE color: 2590313.

HSL color Cylindrical-coordinate representation of color #698627: hue angle of 78.32º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698627 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB10513439-
CMYK0.2200.710.47
HSL78.32º54.91%33.92%-
HSV(B)78.32º70.9%52.55%-
XYZ14.7220.25.04-
YUV114.585.39121.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=37.77%
G=48.20%
B=14.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134390.2200.710.4778.3254.9133.92
Hex698627160472F4e3722
Octal15120647260107571166742
Binary11010011000011010011110110010001111011111001110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698627; }

 p { color: rgb(105,134,39); }

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

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

 a { background-color: rgb(105,134,39); }

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

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

 span { border-color: rgb(105,134,39); }

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