Html Css Color HEX #71750D Olive

📋 copy color: '#71750D'

red 113 ◦ green 117 ◦ blue 13

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

Shades of Olive #71750D

Tints of Olive #71750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 46.5%
G = 48.15%
B = 5.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#71750D (or 0x71750D) is known color: Olive. HEX triplet: 71, 75 and 0D. RGB value is (113,117,13). Sum of RGB (Red+Green+Blue) = 113+117+13=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #71750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71750D is #8E8AF2. Grayscale: #686868. Windows color (decimal): -9341683 or 882033. OLE color: 882033.

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

Color convert

RGB 113 117 13 -
CMYK 0.03 0 0.89 0.54
HSL 62.31º 0.8% 0.25% -
HSV(B) 62.31º 0.89% 0.46% -
XYZ 13.24 16.26 2.82 -
YUV 103.95 76.67 134.46 -
System Red Green Blue C M Y K H S L
Decimal 113 117 13 0.03 0 0.89 0.54 62.31 0.8 0.25
Hex 71 75 D 3 0 59 36 3E 50 19
Octal 161 165 15 3 0 131 66 76 120 31
Binary 1110001 1110101 1101 11 0 1011001 110110 111110 1010000 11001

Color Harmonies of #71750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71750D

Black with #71750D

Text Example


Text Example

White with #71750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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