#698F05

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

Shades of Olive Drab #698F05

Tints of Olive Drab #698F05

Color information

#698F05 (or 0x698F05) is unknown color: approx Olive Drab. HEX triplet: 69, 8F and 05. RGB value is (105,143,5). Sum of RGB (Red+Green+Blue) = 105+143+5=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #698F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F05 is #9670FA. Grayscale: #747474. Windows color (decimal): -9859323 or 364393. OLE color: 364393.

HSL color Cylindrical-coordinate representation of color #698F05: hue angle of 76.52º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #698F05 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1051435-
CMYK0.2700.970.44
HSL76.52º93.24%29.02%-
HSV(B)76.52º96.5%56.08%-
XYZ15.6822.663.69-
YUV115.9165.41120.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 143 (56.25% from 255) = 56.52%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=41.50%
G=56.52%
B=1.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10514350.2700.970.4476.5293.2429.02
Hex698F51B0612C4d5d1d
Octal15121753301415411513535
Binary11010011000111110111011011000011011001001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,5); }

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

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

 a { background-color: rgb(105,143,5); }

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

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

 span { border-color: rgb(105,143,5); }

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