#708438

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

Shades of Olive Drab #708438

Tints of Olive Drab #708438

Color information

#708438 (or 0x708438) is unknown color: approx Olive Drab. HEX triplet: 70, 84 and 38. RGB value is (112,132,56). Sum of RGB (Red+Green+Blue) = 112+132+56=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #708438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708438 is #8F7BC7. Grayscale: #757575. Windows color (decimal): -9403336 or 3703920. OLE color: 3703920.

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

Color convert

RGB11213256-
CMYK0.1500.580.48
HSL75.79º40.43%36.86%-
HSV(B)75.79º57.58%51.76%-
XYZ15.6520.236.82-
YUV117.3693.37124.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=37.33%
G=44%
B=18.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132560.1500.580.4875.7940.4336.86
Hex708438F03A304c2825
Octal1602047017072601145045
Binary111000010000100111000111101110101100001001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708438; }

 p { color: rgb(112,132,56); }

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

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

 a { background-color: rgb(112,132,56); }

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

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

 span { border-color: rgb(112,132,56); }

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