Html Css Color HEX #76A533 Sushi

📋 copy color: '#76A533'

red 118 ◦ green 165 ◦ blue 51

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

Shades of Sushi #76A533

Tints of Sushi #76A533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.4%

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

R = 35.33%
G = 49.4%
B = 15.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#76A533 (or 0x76A533) is known color: Sushi. HEX triplet: 76, A5 and 33. RGB value is (118,165,51). Sum of RGB (Red+Green+Blue) = 118+165+51=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #76A533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A533 is #895ACC. Grayscale: #8A8A8A. Windows color (decimal): -9001677 or 3384694. OLE color: 3384694.

HSL color Cylindrical-coordinate representation of color #76A533: hue angle of 84.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76A533 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 51 -
CMYK 0.28 0 0.69 0.35
HSL 84.74º 0.53% 0.42% -
HSV(B) 84.74º 0.69% 0.65% -
XYZ 21.52 31 7.98 -
YUV 137.95 78.93 113.77 -
System Red Green Blue C M Y K H S L
Decimal 118 165 51 0.28 0 0.69 0.35 84.74 0.53 0.42
Hex 76 A5 33 1C 0 45 23 55 35 2A
Octal 166 245 63 34 0 105 43 125 65 52
Binary 1110110 10100101 110011 11100 0 1000101 100011 1010101 110101 101010

Color Harmonies of #76A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A533

Black with #76A533

Text Example


Text Example

White with #76A533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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