#699627

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

Shades of Olive Drab #699627

Tints of Olive Drab #699627

Color information

#699627 (or 0x699627) is unknown color: approx Olive Drab. HEX triplet: 69, 96 and 27. RGB value is (105,150,39). Sum of RGB (Red+Green+Blue) = 105+150+39=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #699627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699627 is #9669D8. Grayscale: #7C7C7C. Windows color (decimal): -9857497 or 2594409. OLE color: 2594409.

HSL color Cylindrical-coordinate representation of color #699627: hue angle of 84.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699627 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB10515039-
CMYK0.3000.740.41
HSL84.32º58.73%37.06%-
HSV(B)84.32º74%58.82%-
XYZ17.124.965.84-
YUV123.8980.09114.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 39 (15.62% from 255) = 13.27%
R=35.71%
G=51.02%
B=13.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150390.3000.740.4184.3258.7337.06
Hex6996271E04A29543b25
Octal15122647360112511247345
Binary11010011001011010011111110010010101010011010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699627; }

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

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

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

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

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

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

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

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