Html Css Color HEX #71711C Olivetone

📋 copy color: '#71711C'

red 113 ◦ green 113 ◦ blue 28

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

Shades of Olivetone #71711C

Tints of Olivetone #71711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 44.49%
G = 44.49%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71711C (or 0x71711C) is known color: Olivetone. HEX triplet: 71, 71 and 1C. RGB value is (113,113,28). Sum of RGB (Red+Green+Blue) = 113+113+28=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71711C is #8E8EE3. Grayscale: #676767. Windows color (decimal): -9342692 or 1864049. OLE color: 1864049.

HSL color Cylindrical-coordinate representation of color #71711C: hue angle of 60º 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 #71711C is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 28 -
CMYK 0 0 0.75 0.56
HSL 60º 0.6% 0.28% -
HSV(B) 60º 0.75% 0.44% -
XYZ 12.92 15.4 3.39 -
YUV 103.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 113 113 28 0 0 0.75 0.56 60 0.6 0.28
Hex 71 71 1C 0 0 4B 38 3C 3C 1C
Octal 161 161 34 0 0 113 70 74 74 34
Binary 1110001 1110001 11100 0 0 1001011 111000 111100 111100 11100

Color Harmonies of #71711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71711C

Black with #71711C

Text Example


Text Example

White with #71711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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