#698536

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

Shades of Olive Drab #698536

Tints of Olive Drab #698536

Color information

#698536 (or 0x698536) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 36. RGB value is (105,133,54). Sum of RGB (Red+Green+Blue) = 105+133+54=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #698536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698536 is #967AC9. Grayscale: #737373. Windows color (decimal): -9861834 or 3573097. OLE color: 3573097.

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

Color convert

RGB10513354-
CMYK0.2100.590.48
HSL81.27º42.25%36.67%-
HSV(B)81.27º59.4%52.16%-
XYZ14.8820.046.57-
YUV115.6293.22120.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=35.96%
G=45.55%
B=18.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133540.2100.590.4881.2742.2536.67
Hex6985361503B30512a25
Octal1512056625073601215245
Binary1101001100001011101101010101110111100001010001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698536; }

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

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

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

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

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

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

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

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