Html Css Color HEX #76701A Olivetone

📋 copy color: '#76701A'

red 118 ◦ green 112 ◦ blue 26

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

Shades of Olivetone #76701A

Tints of Olivetone #76701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

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

R = 46.09%
G = 43.75%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76701A (or 0x76701A) is known color: Olivetone. HEX triplet: 76, 70 and 1A. RGB value is (118,112,26). Sum of RGB (Red+Green+Blue) = 118+112+26=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #76701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76701A is #898FE5. Grayscale: #686868. Windows color (decimal): -9015270 or 1732726. OLE color: 1732726.

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

Color convert

RGB 118 112 26 -
CMYK 0 0.05 0.78 0.54
HSL 56.09º 0.64% 0.28% -
HSV(B) 56.09º 0.78% 0.46% -
XYZ 13.45 15.51 3.26 -
YUV 103.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 118 112 26 0 0.05 0.78 0.54 56.09 0.64 0.28
Hex 76 70 1A 0 5 4E 36 38 40 1C
Octal 166 160 32 0 5 116 66 70 100 34
Binary 1110110 1110000 11010 0 101 1001110 110110 111000 1000000 11100

Color Harmonies of #76701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76701A

Black with #76701A

Text Example


Text Example

White with #76701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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