Html Css Color HEX #76A434 Sushi

📋 copy color: '#76A434'

red 118 ◦ green 164 ◦ blue 52

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

Shades of Sushi #76A434

Tints of Sushi #76A434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.1%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 35.33%
G = 49.1%
B = 15.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#76A434 (or 0x76A434) is known color: Sushi. HEX triplet: 76, A4 and 34. RGB value is (118,164,52). Sum of RGB (Red+Green+Blue) = 118+164+52=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #76A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A434 is #895BCB. Grayscale: #898989. Windows color (decimal): -9001932 or 3449974. OLE color: 3449974.

HSL color Cylindrical-coordinate representation of color #76A434: hue angle of 84.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76A434 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 52 -
CMYK 0.28 0 0.68 0.36
HSL 84.64º 0.52% 0.42% -
HSV(B) 84.64º 0.68% 0.64% -
XYZ 21.37 30.65 8.04 -
YUV 137.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 118 164 52 0.28 0 0.68 0.36 84.64 0.52 0.42
Hex 76 A4 34 1C 0 44 24 55 34 2A
Octal 166 244 64 34 0 104 44 125 64 52
Binary 1110110 10100100 110100 11100 0 1000100 100100 1010101 110100 101010

Color Harmonies of #76A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A434

Black with #76A434

Text Example


Text Example

White with #76A434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,164,52); }

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

background-color css

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

 a { background-color: rgb(118,164,52); }

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

border-color css

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

 span { border-color: rgb(118,164,52); }

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