#71840A

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

Shades of Olive #71840A

Tints of Olive #71840A

Color information

#71840A (or 0x71840A) is unknown color: approx Olive. HEX triplet: 71, 84 and 0A. RGB value is (113,132,10). Sum of RGB (Red+Green+Blue) = 113+132+10=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #71840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71840A is #8E7BF5. Grayscale: #707070. Windows color (decimal): -9337846 or 689265. OLE color: 689265.

HSL color Cylindrical-coordinate representation of color #71840A: hue angle of 69.34º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71840A is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11313210-
CMYK0.1400.920.48
HSL69.34º85.92%27.84%-
HSV(B)69.34º92.42%51.76%-
XYZ15.1220.043.36-
YUV112.4170.21128.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=44.31%
G=51.76%
B=3.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132100.1400.920.4869.3485.9227.84
Hex7184AE05C3045561c
Octal161204121601346010512634
Binary11100011000010010101110010111001100001000101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71840A; }

 p { color: rgb(113,132,10); }

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

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

 a { background-color: rgb(113,132,10); }

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

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

 span { border-color: rgb(113,132,10); }

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