Html Css Color HEX #71741A Olivetone

📋 copy color: '#71741A'

red 113 ◦ green 116 ◦ blue 26

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

Shades of Olivetone #71741A

Tints of Olivetone #71741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 44.31%
G = 45.49%
B = 10.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#71741A (or 0x71741A) is known color: Olivetone. HEX triplet: 71, 74 and 1A. RGB value is (113,116,26). Sum of RGB (Red+Green+Blue) = 113+116+26=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #71741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71741A is #8E8BE5. Grayscale: #696969. Windows color (decimal): -9341926 or 1733745. OLE color: 1733745.

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

Color convert

RGB 113 116 26 -
CMYK 0.03 0 0.78 0.55
HSL 62º 0.63% 0.28% -
HSV(B) 62º 0.78% 0.45% -
XYZ 13.24 16.08 3.38 -
YUV 104.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 113 116 26 0.03 0 0.78 0.55 62 0.63 0.28
Hex 71 74 1A 3 0 4E 37 3E 3F 1C
Octal 161 164 32 3 0 116 67 76 77 34
Binary 1110001 1110100 11010 11 0 1001110 110111 111110 111111 11100

Color Harmonies of #71741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71741A

Black with #71741A

Text Example


Text Example

White with #71741A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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