Html Css Color HEX #76A22D Sushi

📋 copy color: '#76A22D'

red 118 ◦ green 162 ◦ blue 45

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

Shades of Sushi #76A22D

Tints of Sushi #76A22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.85%

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 36.31%
G = 49.85%
B = 13.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#76A22D (or 0x76A22D) is known color: Sushi. HEX triplet: 76, A2 and 2D. RGB value is (118,162,45). Sum of RGB (Red+Green+Blue) = 118+162+45=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #76A22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A22D is #895DD2. Grayscale: #878787. Windows color (decimal): -9002451 or 2990710. OLE color: 2990710.

HSL color Cylindrical-coordinate representation of color #76A22D: hue angle of 82.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76A22D is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 45 -
CMYK 0.27 0 0.72 0.36
HSL 82.56º 0.57% 0.41% -
HSV(B) 82.56º 0.72% 0.64% -
XYZ 20.87 29.88 7.15 -
YUV 135.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 118 162 45 0.27 0 0.72 0.36 82.56 0.57 0.41
Hex 76 A2 2D 1B 0 48 24 53 39 29
Octal 166 242 55 33 0 110 44 123 71 51
Binary 1110110 10100010 101101 11011 0 1001000 100100 1010011 111001 101001

Color Harmonies of #76A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A22D

Black with #76A22D

Text Example


Text Example

White with #76A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,45); }

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

background-color css

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

 a { background-color: rgb(118,162,45); }

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

border-color css

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

 span { border-color: rgb(118,162,45); }

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