#708823

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

Shades of Olive Drab #708823

Tints of Olive Drab #708823

Color information

#708823 (or 0x708823) is unknown color: approx Olive Drab. HEX triplet: 70, 88 and 23. RGB value is (112,136,35). Sum of RGB (Red+Green+Blue) = 112+136+35=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #708823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708823 is #8F77DC. Grayscale: #757575. Windows color (decimal): -9402333 or 2328688. OLE color: 2328688.

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

Color convert

RGB11213635-
CMYK0.1800.740.47
HSL74.26º59.06%33.53%-
HSV(B)74.26º74.26%53.33%-
XYZ15.7921.174.84-
YUV117.3181.55124.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=39.58%
G=48.06%
B=12.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136350.1800.740.4774.2659.0633.53
Hex7088231204A2F4a3b22
Octal16021043220112571127342
Binary11100001000100010001110010010010101011111001010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708823; }

 p { color: rgb(112,136,35); }

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

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

 a { background-color: rgb(112,136,35); }

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

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

 span { border-color: rgb(112,136,35); }

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