Html Css Color HEX #71701C Olivetone

📋 copy color: '#71701C'

red 113 ◦ green 112 ◦ blue 28

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

Shades of Olivetone #71701C

Tints of Olivetone #71701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 44.66%
G = 44.27%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71701C (or 0x71701C) is known color: Olivetone. HEX triplet: 71, 70 and 1C. RGB value is (113,112,28). Sum of RGB (Red+Green+Blue) = 113+112+28=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71701C is #8E8FE3. Grayscale: #676767. Windows color (decimal): -9342948 or 1863793. OLE color: 1863793.

HSL color Cylindrical-coordinate representation of color #71701C: hue angle of 59.29º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71701C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 28 -
CMYK 0 0.01 0.75 0.56
HSL 59.29º 0.6% 0.28% -
HSV(B) 59.29º 0.75% 0.44% -
XYZ 12.81 15.18 3.35 -
YUV 102.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 113 112 28 0 0.01 0.75 0.56 59.29 0.6 0.28
Hex 71 70 1C 0 1 4B 38 3B 3C 1C
Octal 161 160 34 0 1 113 70 73 74 34
Binary 1110001 1110000 11100 0 1 1001011 111000 111011 111100 11100

Color Harmonies of #71701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71701C

Black with #71701C

Text Example


Text Example

White with #71701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71701C; }

 p { color: rgb(113,112,28); }

 H1.HeaderClassName
 {
   color: #71701C;
 }
 .AnyTagClassName
 {
   color: #71701C;
 }
</style>

background-color css

<style>
 a { background-color: #71701C; }

 a { background-color: rgb(113,112,28); }

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

border-color css

<style>
 span { border-color: #71701C; }

 span { border-color: rgb(113,112,28); }

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