Html Css Color HEX #787616 Olivetone

📋 copy color: '#787616'

red 120 ◦ green 118 ◦ blue 22

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

Shades of Olivetone #787616

Tints of Olivetone #787616

RGB

 RED value IS 120 (47.27% from 255) = 46.15%

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

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

R = 46.15%
G = 45.38%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#787616 (or 0x787616) is known color: Olivetone. HEX triplet: 78, 76 and 16. RGB value is (120,118,22). Sum of RGB (Red+Green+Blue) = 120+118+22=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #787616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787616 is #8789E9. Grayscale: #6C6C6C. Windows color (decimal): -8882666 or 1472120. OLE color: 1472120.

HSL color Cylindrical-coordinate representation of color #787616: hue angle of 58.78º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #787616 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 118 22 -
CMYK 0 0.02 0.82 0.53
HSL 58.78º 0.69% 0.28% -
HSV(B) 58.78º 0.82% 0.47% -
XYZ 14.37 17.01 3.28 -
YUV 107.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 120 118 22 0 0.02 0.82 0.53 58.78 0.69 0.28
Hex 78 76 16 0 2 52 35 3B 45 1C
Octal 170 166 26 0 2 122 65 73 105 34
Binary 1111000 1110110 10110 0 10 1010010 110101 111011 1000101 11100

Color Harmonies of #787616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787616

Black with #787616

Text Example


Text Example

White with #787616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787616; }

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

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

background-color css

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

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

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

border-color css

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

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

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