Html Css Color HEX #76761D Olivetone

📋 copy color: '#76761D'

red 118 ◦ green 118 ◦ blue 29

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

Shades of Olivetone #76761D

Tints of Olivetone #76761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 44.53%
G = 44.53%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76761D (or 0x76761D) is known color: Olivetone. HEX triplet: 76, 76 and 1D. RGB value is (118,118,29). Sum of RGB (Red+Green+Blue) = 118+118+29=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76761D is #8989E2. Grayscale: #6C6C6C. Windows color (decimal): -9013731 or 1930870. OLE color: 1930870.

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

Color convert

RGB 118 118 29 -
CMYK 0 0 0.75 0.54
HSL 60º 0.61% 0.29% -
HSV(B) 60º 0.75% 0.46% -
XYZ 14.17 16.9 3.68 -
YUV 107.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 118 118 29 0 0 0.75 0.54 60 0.61 0.29
Hex 76 76 1D 0 0 4B 36 3C 3D 1D
Octal 166 166 35 0 0 113 66 74 75 35
Binary 1110110 1110110 11101 0 0 1001011 110110 111100 111101 11101

Color Harmonies of #76761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76761D

Black with #76761D

Text Example


Text Example

White with #76761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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