Html Css Color HEX #76761F Olivetone

📋 copy color: '#76761F'

red 118 ◦ green 118 ◦ blue 31

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

Shades of Olivetone #76761F

Tints of Olivetone #76761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 44.19%
G = 44.19%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76761F (or 0x76761F) is known color: Olivetone. HEX triplet: 76, 76 and 1F. RGB value is (118,118,31). Sum of RGB (Red+Green+Blue) = 118+118+31=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76761F is #8989E0. Grayscale: #6C6C6C. Windows color (decimal): -9013729 or 2061942. OLE color: 2061942.

HSL color Cylindrical-coordinate representation of color #76761F: hue angle of 60º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76761F is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 31 -
CMYK 0 0 0.74 0.54
HSL 60º 0.58% 0.29% -
HSV(B) 60º 0.74% 0.46% -
XYZ 14.2 16.91 3.81 -
YUV 108.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 118 118 31 0 0 0.74 0.54 60 0.58 0.29
Hex 76 76 1F 0 0 4A 36 3C 3A 1D
Octal 166 166 37 0 0 112 66 74 72 35
Binary 1110110 1110110 11111 0 0 1001010 110110 111100 111010 11101

Color Harmonies of #76761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76761F

Black with #76761F

Text Example


Text Example

White with #76761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76761F; }

 p { color: rgb(118,118,31); }

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

background-color css

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

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

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

border-color css

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

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

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