Html Css Color HEX #71751D Olivetone

📋 copy color: '#71751D'

red 113 ◦ green 117 ◦ blue 29

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

Shades of Olivetone #71751D

Tints of Olivetone #71751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 43.63%
G = 45.17%
B = 11.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#71751D (or 0x71751D) is known color: Olivetone. HEX triplet: 71, 75 and 1D. RGB value is (113,117,29). Sum of RGB (Red+Green+Blue) = 113+117+29=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #71751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71751D is #8E8AE2. Grayscale: #6A6A6A. Windows color (decimal): -9341667 or 1930609. OLE color: 1930609.

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

Color convert

RGB 113 117 29 -
CMYK 0.03 0 0.75 0.54
HSL 62.73º 0.6% 0.29% -
HSV(B) 62.73º 0.75% 0.46% -
XYZ 13.39 16.32 3.61 -
YUV 105.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 113 117 29 0.03 0 0.75 0.54 62.73 0.6 0.29
Hex 71 75 1D 3 0 4B 36 3F 3C 1D
Octal 161 165 35 3 0 113 66 77 74 35
Binary 1110001 1110101 11101 11 0 1001011 110110 111111 111100 11101

Color Harmonies of #71751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71751D

Black with #71751D

Text Example


Text Example

White with #71751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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