Html Css Color HEX #76731A Olivetone

📋 copy color: '#76731A'

red 118 ◦ green 115 ◦ blue 26

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

Shades of Olivetone #76731A

Tints of Olivetone #76731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 45.56%
G = 44.4%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76731A (or 0x76731A) is known color: Olivetone. HEX triplet: 76, 73 and 1A. RGB value is (118,115,26). Sum of RGB (Red+Green+Blue) = 118+115+26=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76731A is #898CE5. Grayscale: #6A6A6A. Windows color (decimal): -9014502 or 1733494. OLE color: 1733494.

HSL color Cylindrical-coordinate representation of color #76731A: hue angle of 58.04º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76731A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 26 -
CMYK 0 0.03 0.78 0.54
HSL 58.04º 0.64% 0.28% -
HSV(B) 58.04º 0.78% 0.46% -
XYZ 13.79 16.19 3.38 -
YUV 105.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 118 115 26 0 0.03 0.78 0.54 58.04 0.64 0.28
Hex 76 73 1A 0 3 4E 36 3A 40 1C
Octal 166 163 32 0 3 116 66 72 100 34
Binary 1110110 1110011 11010 0 11 1001110 110110 111010 1000000 11100

Color Harmonies of #76731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76731A

Black with #76731A

Text Example


Text Example

White with #76731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76731A; }

 p { color: rgb(118,115,26); }

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

background-color css

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

 a { background-color: rgb(118,115,26); }

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

border-color css

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

 span { border-color: rgb(118,115,26); }

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