#698436

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

Shades of Olive Drab #698436

Tints of Olive Drab #698436

Color information

#698436 (or 0x698436) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 36. RGB value is (105,132,54). Sum of RGB (Red+Green+Blue) = 105+132+54=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #698436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698436 is #967BC9. Grayscale: #737373. Windows color (decimal): -9862090 or 3572841. OLE color: 3572841.

HSL color Cylindrical-coordinate representation of color #698436: hue angle of 80.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698436 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB10513254-
CMYK0.2000.590.48
HSL80.77º41.94%36.47%-
HSV(B)80.77º59.09%51.76%-
XYZ14.7419.776.53-
YUV115.0493.55120.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=36.08%
G=45.36%
B=18.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132540.2000.590.4880.7741.9436.47
Hex6984361403B30512a24
Octal1512046624073601215244
Binary1101001100001001101101010001110111100001010001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698436; }

 p { color: rgb(105,132,54); }

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

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

 a { background-color: rgb(105,132,54); }

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

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

 span { border-color: rgb(105,132,54); }

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