Html Css Color HEX #76721D Olivetone

📋 copy color: '#76721D'

red 118 ◦ green 114 ◦ blue 29

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

Shades of Olivetone #76721D

Tints of Olivetone #76721D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 45.21%
G = 43.68%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76721D (or 0x76721D) is known color: Olivetone. HEX triplet: 76, 72 and 1D. RGB value is (118,114,29). Sum of RGB (Red+Green+Blue) = 118+114+29=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76721D is #898DE2. Grayscale: #696969. Windows color (decimal): -9014755 or 1929846. OLE color: 1929846.

HSL color Cylindrical-coordinate representation of color #76721D: hue angle of 57.3º 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 #76721D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 29 -
CMYK 0 0.03 0.75 0.54
HSL 57.3º 0.61% 0.29% -
HSV(B) 57.3º 0.75% 0.46% -
XYZ 13.71 15.97 3.52 -
YUV 105.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 118 114 29 0 0.03 0.75 0.54 57.3 0.61 0.29
Hex 76 72 1D 0 3 4B 36 39 3D 1D
Octal 166 162 35 0 3 113 66 71 75 35
Binary 1110110 1110010 11101 0 11 1001011 110110 111001 111101 11101

Color Harmonies of #76721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76721D

Black with #76721D

Text Example


Text Example

White with #76721D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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