Html Css Color HEX #71721A Olivetone

📋 copy color: '#71721A'

red 113 ◦ green 114 ◦ blue 26

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

Shades of Olivetone #71721A

Tints of Olivetone #71721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 44.66%
G = 45.06%
B = 10.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#71721A (or 0x71721A) is known color: Olivetone. HEX triplet: 71, 72 and 1A. RGB value is (113,114,26). Sum of RGB (Red+Green+Blue) = 113+114+26=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #71721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71721A is #8E8DE5. Grayscale: #686868. Windows color (decimal): -9342438 or 1733233. OLE color: 1733233.

HSL color Cylindrical-coordinate representation of color #71721A: hue angle of 60.68º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71721A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 26 -
CMYK 0.01 0 0.77 0.55
HSL 60.68º 0.63% 0.27% -
HSV(B) 60.68º 0.77% 0.45% -
XYZ 13.01 15.62 3.31 -
YUV 103.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 113 114 26 0.01 0 0.77 0.55 60.68 0.63 0.27
Hex 71 72 1A 1 0 4D 37 3D 3F 1B
Octal 161 162 32 1 0 115 67 75 77 33
Binary 1110001 1110010 11010 1 0 1001101 110111 111101 111111 11011

Color Harmonies of #71721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71721A

Black with #71721A

Text Example


Text Example

White with #71721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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