Html Css Color HEX #76A043 Sushi

📋 copy color: '#76A043'

red 118 ◦ green 160 ◦ blue 67

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

Shades of Sushi #76A043

Tints of Sushi #76A043

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 67 (26.56% from 255) = 19.42%

R = 34.2%
G = 46.38%
B = 19.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#76A043 (or 0x76A043) is known color: Sushi. HEX triplet: 76, A0 and 43. RGB value is (118,160,67). Sum of RGB (Red+Green+Blue) = 118+160+67=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #76A043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A043 is #895FBC. Grayscale: #898989. Windows color (decimal): -9002941 or 4431990. OLE color: 4431990.

HSL color Cylindrical-coordinate representation of color #76A043: hue angle of 87.1º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76A043 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 160 67 -
CMYK 0.26 0 0.58 0.37
HSL 87.1º 0.41% 0.45% -
HSV(B) 87.1º 0.58% 0.63% -
XYZ 21.06 29.4 9.87 -
YUV 136.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 118 160 67 0.26 0 0.58 0.37 87.1 0.41 0.45
Hex 76 A0 43 1A 0 3A 25 57 29 2D
Octal 166 240 103 32 0 72 45 127 51 55
Binary 1110110 10100000 1000011 11010 0 111010 100101 1010111 101001 101101

Color Harmonies of #76A043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A043

Black with #76A043

Text Example


Text Example

White with #76A043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A043; }

 p { color: rgb(118,160,67); }

 H1.HeaderClassName
 {
   color: #76A043;
 }
 .AnyTagClassName
 {
   color: #76A043;
 }
</style>

background-color css

<style>
 a { background-color: #76A043; }

 a { background-color: rgb(118,160,67); }

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

border-color css

<style>
 span { border-color: #76A043; }

 span { border-color: rgb(118,160,67); }

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