Html Css Color HEX #71751E Olivetone

📋 copy color: '#71751E'

red 113 ◦ green 117 ◦ blue 30

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

Shades of Olivetone #71751E

Tints of Olivetone #71751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 43.46%
G = 45%
B = 11.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#71751E (or 0x71751E) is known color: Olivetone. HEX triplet: 71, 75 and 1E. RGB value is (113,117,30). Sum of RGB (Red+Green+Blue) = 113+117+30=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #71751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71751E is #8E8AE1. Grayscale: #6A6A6A. Windows color (decimal): -9341666 or 1996145. OLE color: 1996145.

HSL color Cylindrical-coordinate representation of color #71751E: hue angle of 62.76º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71751E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 30 -
CMYK 0.03 0 0.74 0.54
HSL 62.76º 0.59% 0.29% -
HSV(B) 62.76º 0.74% 0.46% -
XYZ 13.41 16.33 3.67 -
YUV 105.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 113 117 30 0.03 0 0.74 0.54 62.76 0.59 0.29
Hex 71 75 1E 3 0 4A 36 3F 3B 1D
Octal 161 165 36 3 0 112 66 77 73 35
Binary 1110001 1110101 11110 11 0 1001010 110110 111111 111011 11101

Color Harmonies of #71751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71751E

Black with #71751E

Text Example


Text Example

White with #71751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71751E; }

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

 H1.HeaderClassName
 {
   color: #71751E;
 }
 .AnyTagClassName
 {
   color: #71751E;
 }
</style>

background-color css

<style>
 a { background-color: #71751E; }

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

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

border-color css

<style>
 span { border-color: #71751E; }

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

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