Html Css Color HEX #71750F Olive

📋 copy color: '#71750F'

red 113 ◦ green 117 ◦ blue 15

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

Shades of Olive #71750F

Tints of Olive #71750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 46.12%
G = 47.76%
B = 6.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#71750F (or 0x71750F) is known color: Olive. HEX triplet: 71, 75 and 0F. RGB value is (113,117,15). Sum of RGB (Red+Green+Blue) = 113+117+15=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #71750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71750F is #8E8AF0. Grayscale: #686868. Windows color (decimal): -9341681 or 1013105. OLE color: 1013105.

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

Color convert

RGB 113 117 15 -
CMYK 0.03 0 0.87 0.54
HSL 62.35º 0.77% 0.26% -
HSV(B) 62.35º 0.87% 0.46% -
XYZ 13.26 16.27 2.89 -
YUV 104.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 113 117 15 0.03 0 0.87 0.54 62.35 0.77 0.26
Hex 71 75 F 3 0 57 36 3E 4D 1A
Octal 161 165 17 3 0 127 66 76 115 32
Binary 1110001 1110101 1111 11 0 1010111 110110 111110 1001101 11010

Color Harmonies of #71750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71750F

Black with #71750F

Text Example


Text Example

White with #71750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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