Html Css Color HEX #747616 Olivetone

📋 copy color: '#747616'

red 116 ◦ green 118 ◦ blue 22

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

Shades of Olivetone #747616

Tints of Olivetone #747616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 45.31%
G = 46.09%
B = 8.59%

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

#747616 (or 0x747616) is known color: Olivetone. HEX triplet: 74, 76 and 16. RGB value is (116,118,22). Sum of RGB (Red+Green+Blue) = 116+118+22=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #747616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747616 is #8B89E9. Grayscale: #6A6A6A. Windows color (decimal): -9144810 or 1472116. OLE color: 1472116.

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

Color convert

RGB 116 118 22 -
CMYK 0.02 0 0.81 0.54
HSL 61.25º 0.69% 0.27% -
HSV(B) 61.25º 0.81% 0.46% -
XYZ 13.83 16.73 3.26 -
YUV 106.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 116 118 22 0.02 0 0.81 0.54 61.25 0.69 0.27
Hex 74 76 16 2 0 51 36 3D 45 1B
Octal 164 166 26 2 0 121 66 75 105 33
Binary 1110100 1110110 10110 10 0 1010001 110110 111101 1000101 11011

Color Harmonies of #747616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747616

Black with #747616

Text Example


Text Example

White with #747616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747616; }

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

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

background-color css

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

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

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

border-color css

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

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

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