Html Css Color HEX #76721C Olivetone

📋 copy color: '#76721C'

red 118 ◦ green 114 ◦ blue 28

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

Shades of Olivetone #76721C

Tints of Olivetone #76721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 45.38%
G = 43.85%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76721C (or 0x76721C) is known color: Olivetone. HEX triplet: 76, 72 and 1C. RGB value is (118,114,28). Sum of RGB (Red+Green+Blue) = 118+114+28=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76721C is #898DE3. Grayscale: #696969. Windows color (decimal): -9014756 or 1864310. OLE color: 1864310.

HSL color Cylindrical-coordinate representation of color #76721C: hue angle of 57.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76721C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 28 -
CMYK 0 0.03 0.76 0.54
HSL 57.33º 0.62% 0.29% -
HSV(B) 57.33º 0.76% 0.46% -
XYZ 13.7 15.97 3.46 -
YUV 105.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 118 114 28 0 0.03 0.76 0.54 57.33 0.62 0.29
Hex 76 72 1C 0 3 4C 36 39 3E 1D
Octal 166 162 34 0 3 114 66 71 76 35
Binary 1110110 1110010 11100 0 11 1001100 110110 111001 111110 11101

Color Harmonies of #76721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76721C

Black with #76721C

Text Example


Text Example

White with #76721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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