#698C08

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

Shades of Olive Drab #698C08

Tints of Olive Drab #698C08

Color information

#698C08 (or 0x698C08) is unknown color: approx Olive Drab. HEX triplet: 69, 8C and 08. RGB value is (105,140,8). Sum of RGB (Red+Green+Blue) = 105+140+8=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #698C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698C08 is #9673F7. Grayscale: #727272. Windows color (decimal): -9860088 or 560233. OLE color: 560233.

HSL color Cylindrical-coordinate representation of color #698C08: hue angle of 75.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #698C08 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1051408-
CMYK0.2500.940.45
HSL75.91º89.19%29.02%-
HSV(B)75.91º94.29%54.9%-
XYZ15.2521.783.63-
YUV114.4967.9121.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 140 (55.08% from 255) = 55.34%
BLUE value IS 8 (3.52% from 255) = 3.16%
R=41.50%
G=55.34%
B=3.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10514080.2500.940.4575.9189.1929.02
Hex698C81905E2D4c591d
Octal151214103101365511413135
Binary110100110001100100011001010111101011011001100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,140,8); }

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

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

 a { background-color: rgb(105,140,8); }

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

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

 span { border-color: rgb(105,140,8); }

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