#698523

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

Shades of Olive Drab #698523

Tints of Olive Drab #698523

Color information

#698523 (or 0x698523) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 23. RGB value is (105,133,35). Sum of RGB (Red+Green+Blue) = 105+133+35=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #698523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698523 is #967ADC. Grayscale: #717171. Windows color (decimal): -9861853 or 2327913. OLE color: 2327913.

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

Color convert

RGB10513335-
CMYK0.2100.740.48
HSL77.14º58.33%32.94%-
HSV(B)77.14º73.68%52.16%-
XYZ14.5219.94.67-
YUV113.4683.72121.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=38.46%
G=48.72%
B=12.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133350.2100.740.4877.1458.3332.94
Hex6985231504A304d3a21
Octal15120543250112601157241
Binary11010011000010110001110101010010101100001001101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698523; }

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

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

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

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

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

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

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

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