#719427

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

Shades of Olive Drab #719427

Tints of Olive Drab #719427

Color information

#719427 (or 0x719427) is unknown color: approx Olive Drab. HEX triplet: 71, 94 and 27. RGB value is (113,148,39). Sum of RGB (Red+Green+Blue) = 113+148+39=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #719427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719427 is #8E6BD8. Grayscale: #7D7D7D. Windows color (decimal): -9333721 or 2593905. OLE color: 2593905.

HSL color Cylindrical-coordinate representation of color #719427: hue angle of 79.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #719427 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB11314839-
CMYK0.2400.740.42
HSL79.27º58.29%36.67%-
HSV(B)79.27º73.65%58.04%-
XYZ17.7724.845.78-
YUV125.1179.4119.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 39 (15.62% from 255) = 13%
R=37.67%
G=49.33%
B=13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148390.2400.740.4279.2758.2936.67
Hex7194271804A2A4f3a25
Octal16122447300112521177245
Binary11100011001010010011111000010010101010101001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719427; }

 p { color: rgb(113,148,39); }

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

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

 a { background-color: rgb(113,148,39); }

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

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

 span { border-color: rgb(113,148,39); }

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