Html Css Color HEX #767413 Olivetone

📋 copy color: '#767413'

red 118 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #767413

Tints of Olivetone #767413

RGB

 RED value IS 118 (46.48% from 255) = 46.64%

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 46.64%
G = 45.85%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#767413 (or 0x767413) is known color: Olivetone. HEX triplet: 76, 74 and 13. RGB value is (118,116,19). Sum of RGB (Red+Green+Blue) = 118+116+19=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #767413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767413 is #898BEC. Grayscale: #696969. Windows color (decimal): -9014253 or 1274998. OLE color: 1274998.

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

Color convert

RGB 118 116 19 -
CMYK 0 0.02 0.84 0.54
HSL 58.79º 0.72% 0.27% -
HSV(B) 58.79º 0.84% 0.46% -
XYZ 13.83 16.39 3.05 -
YUV 105.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 118 116 19 0 0.02 0.84 0.54 58.79 0.72 0.27
Hex 76 74 13 0 2 54 36 3B 48 1B
Octal 166 164 23 0 2 124 66 73 110 33
Binary 1110110 1110100 10011 0 10 1010100 110110 111011 1001000 11011

Color Harmonies of #767413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767413

Black with #767413

Text Example


Text Example

White with #767413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767413; }

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

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

background-color css

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

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

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

border-color css

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

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

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