Html Css Color HEX #76A833 Sushi

📋 copy color: '#76A833'

red 118 ◦ green 168 ◦ blue 51

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

Shades of Sushi #76A833

Tints of Sushi #76A833

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.85%

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 35.01%
G = 49.85%
B = 15.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#76A833 (or 0x76A833) is known color: Sushi. HEX triplet: 76, A8 and 33. RGB value is (118,168,51). Sum of RGB (Red+Green+Blue) = 118+168+51=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #76A833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A833 is #8957CC. Grayscale: #8C8C8C. Windows color (decimal): -9000909 or 3385462. OLE color: 3385462.

HSL color Cylindrical-coordinate representation of color #76A833: hue angle of 85.64º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76A833 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 51 -
CMYK 0.30 0 0.70 0.34
HSL 85.64º 0.53% 0.43% -
HSV(B) 85.64º 0.7% 0.66% -
XYZ 22.07 32.1 8.16 -
YUV 139.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 118 168 51 0.30 0 0.70 0.34 85.64 0.53 0.43
Hex 76 A8 33 1E 0 46 22 56 35 2B
Octal 166 250 63 36 0 106 42 126 65 53
Binary 1110110 10101000 110011 11110 0 1000110 100010 1010110 110101 101011

Color Harmonies of #76A833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A833

Black with #76A833

Text Example


Text Example

White with #76A833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,51); }

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

background-color css

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

 a { background-color: rgb(118,168,51); }

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

border-color css

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

 span { border-color: rgb(118,168,51); }

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