Html Css Color HEX #79761C Olivetone

📋 copy color: '#79761C'

red 121 ◦ green 118 ◦ blue 28

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

Shades of Olivetone #79761C

Tints of Olivetone #79761C

RGB

 RED value IS 121 (47.66% from 255) = 45.32%

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

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

R = 45.32%
G = 44.19%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79761C (or 0x79761C) is known color: Olivetone. HEX triplet: 79, 76 and 1C. RGB value is (121,118,28). Sum of RGB (Red+Green+Blue) = 121+118+28=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #79761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79761C is #8689E3. Grayscale: #6C6C6C. Windows color (decimal): -8817124 or 1865337. OLE color: 1865337.

HSL color Cylindrical-coordinate representation of color #79761C: hue angle of 58.06º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79761C is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 118 28 -
CMYK 0 0.02 0.77 0.53
HSL 58.06º 0.62% 0.29% -
HSV(B) 58.06º 0.77% 0.47% -
XYZ 14.57 17.11 3.63 -
YUV 108.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 121 118 28 0 0.02 0.77 0.53 58.06 0.62 0.29
Hex 79 76 1C 0 2 4D 35 3A 3E 1D
Octal 171 166 34 0 2 115 65 72 76 35
Binary 1111001 1110110 11100 0 10 1001101 110101 111010 111110 11101

Color Harmonies of #79761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79761C

Black with #79761C

Text Example


Text Example

White with #79761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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