#71921E

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

Shades of Olive Drab #71921E

Tints of Olive Drab #71921E

Color information

#71921E (or 0x71921E) is unknown color: approx Olive Drab. HEX triplet: 71, 92 and 1E. RGB value is (113,146,30). Sum of RGB (Red+Green+Blue) = 113+146+30=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #71921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71921E is #8E6DE1. Grayscale: #7B7B7B. Windows color (decimal): -9334242 or 2003569. OLE color: 2003569.

HSL color Cylindrical-coordinate representation of color #71921E: hue angle of 77.07º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71921E is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB11314630-
CMYK0.2300.790.43
HSL77.07º65.91%34.51%-
HSV(B)77.07º79.45%57.25%-
XYZ17.3224.164.98-
YUV122.9175.57120.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 146 (57.42% from 255) = 50.52%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=39.10%
G=50.52%
B=10.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146300.2300.790.4377.0765.9134.51
Hex71921E1704F2B4d4223
Octal161222362701175311510243
Binary11100011001001011110101110100111110101110011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71921E; }

 p { color: rgb(113,146,30); }

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

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

 a { background-color: rgb(113,146,30); }

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

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

 span { border-color: rgb(113,146,30); }

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