Html Css Color HEX #76701B Olivetone

📋 copy color: '#76701B'

red 118 ◦ green 112 ◦ blue 27

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

Shades of Olivetone #76701B

Tints of Olivetone #76701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 45.91%
G = 43.58%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76701B (or 0x76701B) is known color: Olivetone. HEX triplet: 76, 70 and 1B. RGB value is (118,112,27). Sum of RGB (Red+Green+Blue) = 118+112+27=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76701B is #898FE4. Grayscale: #686868. Windows color (decimal): -9015269 or 1798262. OLE color: 1798262.

HSL color Cylindrical-coordinate representation of color #76701B: hue angle of 56.04º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76701B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 27 -
CMYK 0 0.05 0.77 0.54
HSL 56.04º 0.63% 0.28% -
HSV(B) 56.04º 0.77% 0.46% -
XYZ 13.46 15.52 3.32 -
YUV 104.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 118 112 27 0 0.05 0.77 0.54 56.04 0.63 0.28
Hex 76 70 1B 0 5 4D 36 38 3F 1C
Octal 166 160 33 0 5 115 66 70 77 34
Binary 1110110 1110000 11011 0 101 1001101 110110 111000 111111 11100

Color Harmonies of #76701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76701B

Black with #76701B

Text Example


Text Example

White with #76701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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