Html Css Color HEX #717514 Olivetone

📋 copy color: '#717514'

red 113 ◦ green 117 ◦ blue 20

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

Shades of Olivetone #717514

Tints of Olivetone #717514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 45.2%
G = 46.8%
B = 8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#717514 (or 0x717514) is known color: Olivetone. HEX triplet: 71, 75 and 14. RGB value is (113,117,20). Sum of RGB (Red+Green+Blue) = 113+117+20=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #717514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717514 is #8E8AEB. Grayscale: #696969. Windows color (decimal): -9341676 or 1340785. OLE color: 1340785.

HSL color Cylindrical-coordinate representation of color #717514: hue angle of 62.47º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #717514 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 20 -
CMYK 0.03 0 0.83 0.54
HSL 62.47º 0.71% 0.27% -
HSV(B) 62.47º 0.83% 0.46% -
XYZ 13.3 16.28 3.1 -
YUV 104.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 113 117 20 0.03 0 0.83 0.54 62.47 0.71 0.27
Hex 71 75 14 3 0 53 36 3E 47 1B
Octal 161 165 24 3 0 123 66 76 107 33
Binary 1110001 1110101 10100 11 0 1010011 110110 111110 1000111 11011

Color Harmonies of #717514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717514

Black with #717514

Text Example


Text Example

White with #717514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717514; }

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

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

background-color css

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

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

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

border-color css

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

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

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