Html Css Color HEX #767124 Olivetone

📋 copy color: '#767124'

red 118 ◦ green 113 ◦ blue 36

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

Shades of Olivetone #767124

Tints of Olivetone #767124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 44.19%
G = 42.32%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#767124 (or 0x767124) is known color: Olivetone. HEX triplet: 76, 71 and 24. RGB value is (118,113,36). Sum of RGB (Red+Green+Blue) = 118+113+36=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #767124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767124 is #898EDB. Grayscale: #6A6A6A. Windows color (decimal): -9015004 or 2388342. OLE color: 2388342.

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

Color convert

RGB 118 113 36 -
CMYK 0 0.04 0.69 0.54
HSL 56.34º 0.53% 0.3% -
HSV(B) 56.34º 0.69% 0.46% -
XYZ 13.69 15.79 3.99 -
YUV 105.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 118 113 36 0 0.04 0.69 0.54 56.34 0.53 0.3
Hex 76 71 24 0 4 45 36 38 35 1E
Octal 166 161 44 0 4 105 66 70 65 36
Binary 1110110 1110001 100100 0 100 1000101 110110 111000 110101 11110

Color Harmonies of #767124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767124

Black with #767124

Text Example


Text Example

White with #767124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767124; }

 p { color: rgb(118,113,36); }

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

background-color css

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

 a { background-color: rgb(118,113,36); }

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

border-color css

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

 span { border-color: rgb(118,113,36); }

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