Html Css Color HEX #71761A Olivetone

📋 copy color: '#71761A'

red 113 ◦ green 118 ◦ blue 26

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

Shades of Olivetone #71761A

Tints of Olivetone #71761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 43.97%
G = 45.91%
B = 10.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#71761A (or 0x71761A) is known color: Olivetone. HEX triplet: 71, 76 and 1A. RGB value is (113,118,26). Sum of RGB (Red+Green+Blue) = 113+118+26=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #71761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71761A is #8E89E5. Grayscale: #6A6A6A. Windows color (decimal): -9341414 or 1734257. OLE color: 1734257.

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

Color convert

RGB 113 118 26 -
CMYK 0.04 0 0.78 0.54
HSL 63.26º 0.64% 0.28% -
HSV(B) 63.26º 0.78% 0.46% -
XYZ 13.47 16.54 3.46 -
YUV 106.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 113 118 26 0.04 0 0.78 0.54 63.26 0.64 0.28
Hex 71 76 1A 4 0 4E 36 3F 40 1C
Octal 161 166 32 4 0 116 66 77 100 34
Binary 1110001 1110110 11010 100 0 1001110 110110 111111 1000000 11100

Color Harmonies of #71761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71761A

Black with #71761A

Text Example


Text Example

White with #71761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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