#698314

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

Shades of Olive Drab #698314

Tints of Olive Drab #698314

Color information

#698314 (or 0x698314) is unknown color: approx Olive Drab. HEX triplet: 69, 83 and 14. RGB value is (105,131,20). Sum of RGB (Red+Green+Blue) = 105+131+20=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #698314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698314 is #967CEB. Grayscale: #6E6E6E. Windows color (decimal): -9862380 or 1344361. OLE color: 1344361.

HSL color Cylindrical-coordinate representation of color #698314: hue angle of 74.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #698314 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB10513120-
CMYK0.2000.850.49
HSL74.05º73.51%29.61%-
HSV(B)74.05º84.73%51.37%-
XYZ14.0719.293.64-
YUV110.5776.89124.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 131 (51.56% from 255) = 51.17%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=41.02%
G=51.17%
B=7.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131200.2000.850.4974.0573.5129.61
Hex69831414055314a4a1e
Octal151203242401256111211236
Binary1101001100000111010010100010101011100011001010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698314; }

 p { color: rgb(105,131,20); }

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

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

 a { background-color: rgb(105,131,20); }

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

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

 span { border-color: rgb(105,131,20); }

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