Html Css Color HEX #76782C Olivetone

📋 copy color: '#76782C'

red 118 ◦ green 120 ◦ blue 44

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

Shades of Olivetone #76782C

Tints of Olivetone #76782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

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

R = 41.84%
G = 42.55%
B = 15.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#76782C (or 0x76782C) is known color: Olivetone. HEX triplet: 76, 78 and 2C. RGB value is (118,120,44). Sum of RGB (Red+Green+Blue) = 118+120+44=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #76782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76782C is #8987D3. Grayscale: #6F6F6F. Windows color (decimal): -9013204 or 2914422. OLE color: 2914422.

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

Color convert

RGB 118 120 44 -
CMYK 0.02 0 0.63 0.53
HSL 61.58º 0.46% 0.32% -
HSV(B) 61.58º 0.63% 0.47% -
XYZ 14.64 17.47 4.98 -
YUV 110.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 118 120 44 0.02 0 0.63 0.53 61.58 0.46 0.32
Hex 76 78 2C 2 0 3F 35 3E 2E 20
Octal 166 170 54 2 0 77 65 76 56 40
Binary 1110110 1111000 101100 10 0 111111 110101 111110 101110 100000

Color Harmonies of #76782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76782C

Black with #76782C

Text Example


Text Example

White with #76782C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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