#698A04

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

Shades of Olive Drab #698A04

Tints of Olive Drab #698A04

Color information

#698A04 (or 0x698A04) is unknown color: approx Olive Drab. HEX triplet: 69, 8A and 04. RGB value is (105,138,4). Sum of RGB (Red+Green+Blue) = 105+138+4=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #698A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A04 is #9675FB. Grayscale: #717171. Windows color (decimal): -9860604 or 297577. OLE color: 297577.

HSL color Cylindrical-coordinate representation of color #698A04: hue angle of 74.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #698A04 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB1051384-
CMYK0.2400.970.46
HSL74.78º94.37%27.84%-
HSV(B)74.78º97.1%54.12%-
XYZ14.9421.193.42-
YUV112.8666.57122.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 138 (54.30% from 255) = 55.87%
BLUE value IS 4 (1.95% from 255) = 1.62%
R=42.51%
G=55.87%
B=1.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10513840.2400.970.4674.7894.3727.84
Hex698A4180612E4b5e1c
Octal15121243001415611313634
Binary11010011000101010011000011000011011101001011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698A04; }

 p { color: rgb(105,138,4); }

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

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

 a { background-color: rgb(105,138,4); }

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

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

 span { border-color: rgb(105,138,4); }

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