Html Css Color HEX #76912E Sushi

📋 copy color: '#76912E'

red 118 ◦ green 145 ◦ blue 46

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

Shades of Sushi #76912E

Tints of Sushi #76912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 38.19%
G = 46.93%
B = 14.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#76912E (or 0x76912E) is known color: Sushi. HEX triplet: 76, 91 and 2E. RGB value is (118,145,46). Sum of RGB (Red+Green+Blue) = 118+145+46=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #76912E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76912E is #896ED1. Grayscale: #7E7E7E. Windows color (decimal): -9006802 or 3051894. OLE color: 3051894.

HSL color Cylindrical-coordinate representation of color #76912E: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76912E is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 46 -
CMYK 0.19 0 0.68 0.43
HSL 76.36º 0.52% 0.37% -
HSV(B) 76.36º 0.68% 0.57% -
XYZ 18.09 24.3 6.32 -
YUV 125.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 118 145 46 0.19 0 0.68 0.43 76.36 0.52 0.37
Hex 76 91 2E 13 0 44 2B 4C 34 25
Octal 166 221 56 23 0 104 53 114 64 45
Binary 1110110 10010001 101110 10011 0 1000100 101011 1001100 110100 100101

Color Harmonies of #76912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76912E

Black with #76912E

Text Example


Text Example

White with #76912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76912E; }

 p { color: rgb(118,145,46); }

 H1.HeaderClassName
 {
   color: #76912E;
 }
 .AnyTagClassName
 {
   color: #76912E;
 }
</style>

background-color css

<style>
 a { background-color: #76912E; }

 a { background-color: rgb(118,145,46); }

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

border-color css

<style>
 span { border-color: #76912E; }

 span { border-color: rgb(118,145,46); }

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