Html Css Color HEX #71761F Olivetone

📋 copy color: '#71761F'

red 113 ◦ green 118 ◦ blue 31

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

Shades of Olivetone #71761F

Tints of Olivetone #71761F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 43.13%
G = 45.04%
B = 11.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#71761F (or 0x71761F) is known color: Olivetone. HEX triplet: 71, 76 and 1F. RGB value is (113,118,31). Sum of RGB (Red+Green+Blue) = 113+118+31=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #71761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71761F is #8E89E0. Grayscale: #6A6A6A. Windows color (decimal): -9341409 or 2061937. OLE color: 2061937.

HSL color Cylindrical-coordinate representation of color #71761F: hue angle of 63.45º degrees, saturation: 0.58, 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 #71761F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 31 -
CMYK 0.04 0 0.74 0.54
HSL 63.45º 0.58% 0.29% -
HSV(B) 63.45º 0.74% 0.46% -
XYZ 13.54 16.57 3.78 -
YUV 106.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 113 118 31 0.04 0 0.74 0.54 63.45 0.58 0.29
Hex 71 76 1F 4 0 4A 36 3F 3A 1D
Octal 161 166 37 4 0 112 66 77 72 35
Binary 1110001 1110110 11111 100 0 1001010 110110 111111 111010 11101

Color Harmonies of #71761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71761F

Black with #71761F

Text Example


Text Example

White with #71761F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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