Html Css Color HEX #71752D Olivetone

📋 copy color: '#71752D'

red 113 ◦ green 117 ◦ blue 45

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

Shades of Olivetone #71752D

Tints of Olivetone #71752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 41.09%
G = 42.55%
B = 16.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#71752D (or 0x71752D) is known color: Olivetone. HEX triplet: 71, 75 and 2D. RGB value is (113,117,45). Sum of RGB (Red+Green+Blue) = 113+117+45=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #71752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71752D is #8E8AD2. Grayscale: #6B6B6B. Windows color (decimal): -9341651 or 2979185. OLE color: 2979185.

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

Color convert

RGB 113 117 45 -
CMYK 0.03 0 0.62 0.54
HSL 63.33º 0.44% 0.32% -
HSV(B) 63.33º 0.62% 0.46% -
XYZ 13.65 16.42 4.93 -
YUV 107.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 113 117 45 0.03 0 0.62 0.54 63.33 0.44 0.32
Hex 71 75 2D 3 0 3E 36 3F 2C 20
Octal 161 165 55 3 0 76 66 77 54 40
Binary 1110001 1110101 101101 11 0 111110 110110 111111 101100 100000

Color Harmonies of #71752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71752D

Black with #71752D

Text Example


Text Example

White with #71752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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