Html Css Color HEX #71751A Olivetone

📋 copy color: '#71751A'

red 113 ◦ green 117 ◦ blue 26

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

Shades of Olivetone #71751A

Tints of Olivetone #71751A

RGB

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

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

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

R = 44.14%
G = 45.7%
B = 10.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#71751A (or 0x71751A) is known color: Olivetone. HEX triplet: 71, 75 and 1A. RGB value is (113,117,26). Sum of RGB (Red+Green+Blue) = 113+117+26=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #71751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71751A is #8E8AE5. Grayscale: #696969. Windows color (decimal): -9341670 or 1734001. OLE color: 1734001.

HSL color Cylindrical-coordinate representation of color #71751A: hue angle of 62.64º 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 #71751A is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 26 -
CMYK 0.03 0 0.78 0.54
HSL 62.64º 0.64% 0.28% -
HSV(B) 62.64º 0.78% 0.46% -
XYZ 13.36 16.31 3.42 -
YUV 105.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 113 117 26 0.03 0 0.78 0.54 62.64 0.64 0.28
Hex 71 75 1A 3 0 4E 36 3F 40 1C
Octal 161 165 32 3 0 116 66 77 100 34
Binary 1110001 1110101 11010 11 0 1001110 110110 111111 1000000 11100

Color Harmonies of #71751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71751A

Black with #71751A

Text Example


Text Example

White with #71751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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