Html Css Color HEX #71761B Olivetone

📋 copy color: '#71761B'

red 113 ◦ green 118 ◦ blue 27

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

Shades of Olivetone #71761B

Tints of Olivetone #71761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 43.8%
G = 45.74%
B = 10.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#71761B (or 0x71761B) is known color: Olivetone. HEX triplet: 71, 76 and 1B. RGB value is (113,118,27). Sum of RGB (Red+Green+Blue) = 113+118+27=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #71761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71761B is #8E89E4. Grayscale: #6A6A6A. Windows color (decimal): -9341413 or 1799793. OLE color: 1799793.

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

Color convert

RGB 113 118 27 -
CMYK 0.04 0 0.77 0.54
HSL 63.3º 0.63% 0.28% -
HSV(B) 63.3º 0.77% 0.46% -
XYZ 13.49 16.55 3.52 -
YUV 106.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 113 118 27 0.04 0 0.77 0.54 63.3 0.63 0.28
Hex 71 76 1B 4 0 4D 36 3F 3F 1C
Octal 161 166 33 4 0 115 66 77 77 34
Binary 1110001 1110110 11011 100 0 1001101 110110 111111 111111 11100

Color Harmonies of #71761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71761B

Black with #71761B

Text Example


Text Example

White with #71761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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