Html Css Color HEX #76943A Sushi

📋 copy color: '#76943A'

red 118 ◦ green 148 ◦ blue 58

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

Shades of Sushi #76943A

Tints of Sushi #76943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 36.42%
G = 45.68%
B = 17.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#76943A (or 0x76943A) is known color: Sushi. HEX triplet: 76, 94 and 3A. RGB value is (118,148,58). Sum of RGB (Red+Green+Blue) = 118+148+58=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #76943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76943A is #896BC5. Grayscale: #818181. Windows color (decimal): -9006022 or 3839094. OLE color: 3839094.

HSL color Cylindrical-coordinate representation of color #76943A: hue angle of 80º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76943A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 58 -
CMYK 0.20 0 0.61 0.42
HSL 80º 0.44% 0.4% -
HSV(B) 80º 0.61% 0.58% -
XYZ 18.82 25.34 7.9 -
YUV 128.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 118 148 58 0.20 0 0.61 0.42 80 0.44 0.4
Hex 76 94 3A 14 0 3D 2A 50 2C 28
Octal 166 224 72 24 0 75 52 120 54 50
Binary 1110110 10010100 111010 10100 0 111101 101010 1010000 101100 101000

Color Harmonies of #76943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76943A

Black with #76943A

Text Example


Text Example

White with #76943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76943A; }

 p { color: rgb(118,148,58); }

 H1.HeaderClassName
 {
   color: #76943A;
 }
 .AnyTagClassName
 {
   color: #76943A;
 }
</style>

background-color css

<style>
 a { background-color: #76943A; }

 a { background-color: rgb(118,148,58); }

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

border-color css

<style>
 span { border-color: #76943A; }

 span { border-color: rgb(118,148,58); }

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