Html Css Color HEX #76792C Olivetone

📋 copy color: '#76792C'

red 118 ◦ green 121 ◦ blue 44

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

Shades of Olivetone #76792C

Tints of Olivetone #76792C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.76%

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 41.7%
G = 42.76%
B = 15.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#76792C (or 0x76792C) is known color: Olivetone. HEX triplet: 76, 79 and 2C. RGB value is (118,121,44). Sum of RGB (Red+Green+Blue) = 118+121+44=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #76792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76792C is #8986D3. Grayscale: #6F6F6F. Windows color (decimal): -9012948 or 2914678. OLE color: 2914678.

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

Color convert

RGB 118 121 44 -
CMYK 0.02 0 0.64 0.53
HSL 62.34º 0.47% 0.32% -
HSV(B) 62.34º 0.64% 0.47% -
XYZ 14.76 17.71 5.02 -
YUV 111.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 118 121 44 0.02 0 0.64 0.53 62.34 0.47 0.32
Hex 76 79 2C 2 0 40 35 3E 2F 20
Octal 166 171 54 2 0 100 65 76 57 40
Binary 1110110 1111001 101100 10 0 1000000 110101 111110 101111 100000

Color Harmonies of #76792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76792C

Black with #76792C

Text Example


Text Example

White with #76792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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