Html Css Color HEX #767424 Olivetone

📋 copy color: '#767424'

red 118 ◦ green 116 ◦ blue 36

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

Shades of Olivetone #767424

Tints of Olivetone #767424

RGB

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

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

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

R = 43.7%
G = 42.96%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#767424 (or 0x767424) is known color: Olivetone. HEX triplet: 76, 74 and 24. RGB value is (118,116,36). Sum of RGB (Red+Green+Blue) = 118+116+36=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #767424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767424 is #898BDB. Grayscale: #6B6B6B. Windows color (decimal): -9014236 or 2389110. OLE color: 2389110.

HSL color Cylindrical-coordinate representation of color #767424: hue angle of 58.54º 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 #767424 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 36 -
CMYK 0 0.02 0.69 0.54
HSL 58.54º 0.53% 0.3% -
HSV(B) 58.54º 0.69% 0.46% -
XYZ 14.04 16.47 4.11 -
YUV 107.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 118 116 36 0 0.02 0.69 0.54 58.54 0.53 0.3
Hex 76 74 24 0 2 45 36 3B 35 1E
Octal 166 164 44 0 2 105 66 73 65 36
Binary 1110110 1110100 100100 0 10 1000101 110110 111011 110101 11110

Color Harmonies of #767424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767424

Black with #767424

Text Example


Text Example

White with #767424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767424; }

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

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

background-color css

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

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

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

border-color css

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

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

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