Html Css Color HEX #747317 Olivetone

📋 copy color: '#747317'

red 116 ◦ green 115 ◦ blue 23

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

Shades of Olivetone #747317

Tints of Olivetone #747317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 45.67%
G = 45.28%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#747317 (or 0x747317) is known color: Olivetone. HEX triplet: 74, 73 and 17. RGB value is (116,115,23). Sum of RGB (Red+Green+Blue) = 116+115+23=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #747317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747317 is #8B8CE8. Grayscale: #696969. Windows color (decimal): -9145577 or 1536884. OLE color: 1536884.

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

Color convert

RGB 116 115 23 -
CMYK 0 0.01 0.80 0.55
HSL 59.35º 0.67% 0.27% -
HSV(B) 59.35º 0.8% 0.45% -
XYZ 13.49 16.04 3.2 -
YUV 104.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 116 115 23 0 0.01 0.80 0.55 59.35 0.67 0.27
Hex 74 73 17 0 1 50 37 3B 43 1B
Octal 164 163 27 0 1 120 67 73 103 33
Binary 1110100 1110011 10111 0 1 1010000 110111 111011 1000011 11011

Color Harmonies of #747317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747317

Black with #747317

Text Example


Text Example

White with #747317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747317; }

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

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

background-color css

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

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

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

border-color css

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

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

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