Html Css Color HEX #71762B Olivetone

📋 copy color: '#71762B'

red 113 ◦ green 118 ◦ blue 43

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

Shades of Olivetone #71762B

Tints of Olivetone #71762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.07%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 41.24%
G = 43.07%
B = 15.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#71762B (or 0x71762B) is known color: Olivetone. HEX triplet: 71, 76 and 2B. RGB value is (113,118,43). Sum of RGB (Red+Green+Blue) = 113+118+43=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #71762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71762B is #8E89D4. Grayscale: #6C6C6C. Windows color (decimal): -9341397 or 2848369. OLE color: 2848369.

HSL color Cylindrical-coordinate representation of color #71762B: hue angle of 64º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71762B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 43 -
CMYK 0.04 0 0.64 0.54
HSL 64º 0.47% 0.32% -
HSV(B) 64º 0.64% 0.46% -
XYZ 13.72 16.64 4.77 -
YUV 107.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 113 118 43 0.04 0 0.64 0.54 64 0.47 0.32
Hex 71 76 2B 4 0 40 36 40 2F 20
Octal 161 166 53 4 0 100 66 100 57 40
Binary 1110001 1110110 101011 100 0 1000000 110110 1000000 101111 100000

Color Harmonies of #71762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71762B

Black with #71762B

Text Example


Text Example

White with #71762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71762B; }

 p { color: rgb(113,118,43); }

 H1.HeaderClassName
 {
   color: #71762B;
 }
 .AnyTagClassName
 {
   color: #71762B;
 }
</style>

background-color css

<style>
 a { background-color: #71762B; }

 a { background-color: rgb(113,118,43); }

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

border-color css

<style>
 span { border-color: #71762B; }

 span { border-color: rgb(113,118,43); }

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