Html Css Color HEX #747417 Olivetone

📋 copy color: '#747417'

red 116 ◦ green 116 ◦ blue 23

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

Shades of Olivetone #747417

Tints of Olivetone #747417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 45.49%
G = 45.49%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#747417 (or 0x747417) is known color: Olivetone. HEX triplet: 74, 74 and 17. RGB value is (116,116,23). Sum of RGB (Red+Green+Blue) = 116+116+23=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747417 is #8B8BE8. Grayscale: #696969. Windows color (decimal): -9145321 or 1537140. OLE color: 1537140.

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

Color convert

RGB 116 116 23 -
CMYK 0 0 0.80 0.55
HSL 60º 0.67% 0.27% -
HSV(B) 60º 0.8% 0.45% -
XYZ 13.6 16.27 3.23 -
YUV 105.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 116 116 23 0 0 0.80 0.55 60 0.67 0.27
Hex 74 74 17 0 0 50 37 3C 43 1B
Octal 164 164 27 0 0 120 67 74 103 33
Binary 1110100 1110100 10111 0 0 1010000 110111 111100 1000011 11011

Color Harmonies of #747417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747417

Black with #747417

Text Example


Text Example

White with #747417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747417; }

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

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

background-color css

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

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

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

border-color css

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

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

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