Html Css Color HEX #747517 Olivetone

📋 copy color: '#747517'

red 116 ◦ green 117 ◦ blue 23

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

Shades of Olivetone #747517

Tints of Olivetone #747517

RGB

 RED value IS 116 (45.7% from 255) = 45.31%

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 45.31%
G = 45.7%
B = 8.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#747517 (or 0x747517) is known color: Olivetone. HEX triplet: 74, 75 and 17. RGB value is (116,117,23). Sum of RGB (Red+Green+Blue) = 116+117+23=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #747517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747517 is #8B8AE8. Grayscale: #6A6A6A. Windows color (decimal): -9145065 or 1537396. OLE color: 1537396.

HSL color Cylindrical-coordinate representation of color #747517: hue angle of 60.64º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #747517 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 23 -
CMYK 0.01 0 0.80 0.54
HSL 60.64º 0.67% 0.27% -
HSV(B) 60.64º 0.8% 0.46% -
XYZ 13.72 16.5 3.27 -
YUV 105.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 116 117 23 0.01 0 0.80 0.54 60.64 0.67 0.27
Hex 74 75 17 1 0 50 36 3D 43 1B
Octal 164 165 27 1 0 120 66 75 103 33
Binary 1110100 1110101 10111 1 0 1010000 110110 111101 1000011 11011

Color Harmonies of #747517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747517

Black with #747517

Text Example


Text Example

White with #747517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747517; }

 p { color: rgb(116,117,23); }

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

background-color css

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

 a { background-color: rgb(116,117,23); }

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

border-color css

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

 span { border-color: rgb(116,117,23); }

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