Html Css Color HEX #76751A Olivetone

📋 copy color: '#76751A'

red 118 ◦ green 117 ◦ blue 26

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

Shades of Olivetone #76751A

Tints of Olivetone #76751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

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

R = 45.21%
G = 44.83%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76751A (or 0x76751A) is known color: Olivetone. HEX triplet: 76, 75 and 1A. RGB value is (118,117,26). Sum of RGB (Red+Green+Blue) = 118+117+26=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751A is #898AE5. Grayscale: #6B6B6B. Windows color (decimal): -9013990 or 1734006. OLE color: 1734006.

HSL color Cylindrical-coordinate representation of color #76751A: hue angle of 59.35º 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 #76751A is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 26 -
CMYK 0 0.01 0.78 0.54
HSL 59.35º 0.64% 0.28% -
HSV(B) 59.35º 0.78% 0.46% -
XYZ 14.02 16.65 3.45 -
YUV 106.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 118 117 26 0 0.01 0.78 0.54 59.35 0.64 0.28
Hex 76 75 1A 0 1 4E 36 3B 40 1C
Octal 166 165 32 0 1 116 66 73 100 34
Binary 1110110 1110101 11010 0 1 1001110 110110 111011 1000000 11100

Color Harmonies of #76751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76751A

Black with #76751A

Text Example


Text Example

White with #76751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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