Html Css Color HEX #76962D Sushi

📋 copy color: '#76962D'

red 118 ◦ green 150 ◦ blue 45

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

Shades of Sushi #76962D

Tints of Sushi #76962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 37.7%
G = 47.92%
B = 14.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#76962D (or 0x76962D) is known color: Sushi. HEX triplet: 76, 96 and 2D. RGB value is (118,150,45). Sum of RGB (Red+Green+Blue) = 118+150+45=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #76962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76962D is #8969D2. Grayscale: #808080. Windows color (decimal): -9005523 or 2987638. OLE color: 2987638.

HSL color Cylindrical-coordinate representation of color #76962D: hue angle of 78.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76962D is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 45 -
CMYK 0.21 0 0.70 0.41
HSL 78.29º 0.54% 0.38% -
HSV(B) 78.29º 0.7% 0.59% -
XYZ 18.85 25.85 6.48 -
YUV 128.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 118 150 45 0.21 0 0.70 0.41 78.29 0.54 0.38
Hex 76 96 2D 15 0 46 29 4E 36 26
Octal 166 226 55 25 0 106 51 116 66 46
Binary 1110110 10010110 101101 10101 0 1000110 101001 1001110 110110 100110

Color Harmonies of #76962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76962D

Black with #76962D

Text Example


Text Example

White with #76962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76962D; }

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

 H1.HeaderClassName
 {
   color: #76962D;
 }
 .AnyTagClassName
 {
   color: #76962D;
 }
</style>

background-color css

<style>
 a { background-color: #76962D; }

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

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

border-color css

<style>
 span { border-color: #76962D; }

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

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