Html Css Color HEX #747617 Olivetone

📋 copy color: '#747617'

red 116 ◦ green 118 ◦ blue 23

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

Shades of Olivetone #747617

Tints of Olivetone #747617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

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

R = 45.14%
G = 45.91%
B = 8.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#747617 (or 0x747617) is known color: Olivetone. HEX triplet: 74, 76 and 17. RGB value is (116,118,23). Sum of RGB (Red+Green+Blue) = 116+118+23=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #747617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747617 is #8B89E8. Grayscale: #6A6A6A. Windows color (decimal): -9144809 or 1537652. OLE color: 1537652.

HSL color Cylindrical-coordinate representation of color #747617: hue angle of 61.26º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #747617 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 23 -
CMYK 0.02 0 0.81 0.54
HSL 61.26º 0.67% 0.28% -
HSV(B) 61.26º 0.81% 0.46% -
XYZ 13.84 16.73 3.31 -
YUV 106.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 116 118 23 0.02 0 0.81 0.54 61.26 0.67 0.28
Hex 74 76 17 2 0 51 36 3D 43 1C
Octal 164 166 27 2 0 121 66 75 103 34
Binary 1110100 1110110 10111 10 0 1010001 110110 111101 1000011 11100

Color Harmonies of #747617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747617

Black with #747617

Text Example


Text Example

White with #747617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747617; }

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

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

background-color css

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

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

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

border-color css

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

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

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