#698229

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

Shades of Olive Drab #698229

Tints of Olive Drab #698229

Color information

#698229 (or 0x698229) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 29. RGB value is (105,130,41). Sum of RGB (Red+Green+Blue) = 105+130+41=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #698229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698229 is #967DD6. Grayscale: #707070. Windows color (decimal): -9862615 or 2720361. OLE color: 2720361.

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

Color convert

RGB10513041-
CMYK0.1900.680.49
HSL76.85º52.05%33.53%-
HSV(B)76.85º68.46%50.98%-
XYZ14.2119.135.04-
YUV112.3887.72122.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=38.04%
G=47.10%
B=14.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130410.1900.680.4976.8552.0533.53
Hex69822913044314d3422
Octal15120251230104611156442
Binary11010011000001010100110011010001001100011001101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698229; }

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

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

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

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

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

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

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

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