Html Css Color HEX #71750A Olive

📋 copy color: '#71750A'

red 113 ◦ green 117 ◦ blue 10

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

Shades of Olive #71750A

Tints of Olive #71750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

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

R = 47.08%
G = 48.75%
B = 4.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#71750A (or 0x71750A) is known color: Olive. HEX triplet: 71, 75 and 0A. RGB value is (113,117,10). Sum of RGB (Red+Green+Blue) = 113+117+10=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #71750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71750A is #8E8AF5. Grayscale: #686868. Windows color (decimal): -9341686 or 685425. OLE color: 685425.

HSL color Cylindrical-coordinate representation of color #71750A: hue angle of 62.24º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71750A is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 10 -
CMYK 0.03 0 0.91 0.54
HSL 62.24º 0.84% 0.25% -
HSV(B) 62.24º 0.91% 0.46% -
XYZ 13.23 16.26 2.73 -
YUV 103.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 113 117 10 0.03 0 0.91 0.54 62.24 0.84 0.25
Hex 71 75 A 3 0 5B 36 3E 54 19
Octal 161 165 12 3 0 133 66 76 124 31
Binary 1110001 1110101 1010 11 0 1011011 110110 111110 1010100 11001

Color Harmonies of #71750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71750A

Black with #71750A

Text Example


Text Example

White with #71750A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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