#698727

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

Shades of Olive Drab #698727

Tints of Olive Drab #698727

Color information

#698727 (or 0x698727) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 27. RGB value is (105,135,39). Sum of RGB (Red+Green+Blue) = 105+135+39=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #698727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698727 is #9678D8. Grayscale: #737373. Windows color (decimal): -9861337 or 2590569. OLE color: 2590569.

HSL color Cylindrical-coordinate representation of color #698727: hue angle of 78.75º 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 #698727 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB10513539-
CMYK0.2200.710.47
HSL78.75º55.17%34.12%-
HSV(B)78.75º71.11%52.94%-
XYZ14.8620.485.09-
YUV115.0985.06120.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=37.63%
G=48.39%
B=13.98%

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
Decimal105135390.2200.710.4778.7555.1734.12
Hex698727160472F4f3722
Octal15120747260107571176742
Binary11010011000011110011110110010001111011111001111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698727; }

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

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

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

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

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

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

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

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