Html Css Color HEX #76A334 Sushi

📋 copy color: '#76A334'

red 118 ◦ green 163 ◦ blue 52

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

Shades of Sushi #76A334

Tints of Sushi #76A334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.95%

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

R = 35.44%
G = 48.95%
B = 15.62%

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

#76A334 (or 0x76A334) is known color: Sushi. HEX triplet: 76, A3 and 34. RGB value is (118,163,52). Sum of RGB (Red+Green+Blue) = 118+163+52=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #76A334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A334 is #895CCB. Grayscale: #898989. Windows color (decimal): -9002188 or 3449718. OLE color: 3449718.

HSL color Cylindrical-coordinate representation of color #76A334: hue angle of 84.32º 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 #76A334 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 163 52 -
CMYK 0.28 0 0.68 0.36
HSL 84.32º 0.52% 0.42% -
HSV(B) 84.32º 0.68% 0.64% -
XYZ 21.19 30.29 7.98 -
YUV 136.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 118 163 52 0.28 0 0.68 0.36 84.32 0.52 0.42
Hex 76 A3 34 1C 0 44 24 54 34 2A
Octal 166 243 64 34 0 104 44 124 64 52
Binary 1110110 10100011 110100 11100 0 1000100 100100 1010100 110100 101010

Color Harmonies of #76A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A334

Black with #76A334

Text Example


Text Example

White with #76A334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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