Html Css Color HEX #71850A Olive

📋 copy color: '#71850A'

red 113 ◦ green 133 ◦ blue 10

#71850A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #71850A

Tints of Olive #71850A

RGB

 RED value IS 113 (44.53% from 255) = 44.14%

 GREEN value IS 133 (52.34% from 255) = 51.95%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 44.14%
G = 51.95%
B = 3.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#71850A (or 0x71850A) is known color: Olive. HEX triplet: 71, 85 and 0A. RGB value is (113,133,10). Sum of RGB (Red+Green+Blue) = 113+133+10=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #71850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71850A is #8E7AF5. Grayscale: #717171. Windows color (decimal): -9337590 or 689521. OLE color: 689521.

HSL color Cylindrical-coordinate representation of color #71850A: hue angle of 69.76º 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 #71850A is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 10 -
CMYK 0.15 0 0.92 0.48
HSL 69.76º 0.86% 0.28% -
HSV(B) 69.76º 0.92% 0.52% -
XYZ 15.25 20.31 3.4 -
YUV 113 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 113 133 10 0.15 0 0.92 0.48 69.76 0.86 0.28
Hex 71 85 A F 0 5C 30 46 56 1C
Octal 161 205 12 17 0 134 60 106 126 34
Binary 1110001 10000101 1010 1111 0 1011100 110000 1000110 1010110 11100

Color Harmonies of #71850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71850A

Black with #71850A

Text Example


Text Example

White with #71850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71850A;
 }
 .AnyTagClassName
 {
   color: #71850A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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