#698738

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

Shades of Olive Drab #698738

Tints of Olive Drab #698738

Color information

#698738 (or 0x698738) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 38. RGB value is (105,135,56). Sum of RGB (Red+Green+Blue) = 105+135+56=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #698738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698738 is #9678C7. Grayscale: #757575. Windows color (decimal): -9861320 or 3704681. OLE color: 3704681.

HSL color Cylindrical-coordinate representation of color #698738: hue angle of 82.78º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698738 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB10513556-
CMYK0.2200.590.47
HSL82.78º41.36%37.45%-
HSV(B)82.78º58.52%52.94%-
XYZ15.220.626.92-
YUV117.0293.56119.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=35.47%
G=45.61%
B=18.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135560.2200.590.4782.7841.3637.45
Hex6987381603B2F532925
Octal1512077026073571235145
Binary1101001100001111110001011001110111011111010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698738; }

 p { color: rgb(105,135,56); }

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

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

 a { background-color: rgb(105,135,56); }

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

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

 span { border-color: rgb(105,135,56); }

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