Html Css Color HEX #76933F Sushi

📋 copy color: '#76933F'

red 118 ◦ green 147 ◦ blue 63

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

Shades of Sushi #76933F

Tints of Sushi #76933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 35.98%
G = 44.82%
B = 19.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#76933F (or 0x76933F) is known color: Sushi. HEX triplet: 76, 93 and 3F. RGB value is (118,147,63). Sum of RGB (Red+Green+Blue) = 118+147+63=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #76933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76933F is #896CC0. Grayscale: #818181. Windows color (decimal): -9006273 or 4166518. OLE color: 4166518.

HSL color Cylindrical-coordinate representation of color #76933F: hue angle of 80.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76933F is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 63 -
CMYK 0.20 0 0.57 0.42
HSL 80.71º 0.4% 0.41% -
HSV(B) 80.71º 0.57% 0.58% -
XYZ 18.8 25.08 8.55 -
YUV 128.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 118 147 63 0.20 0 0.57 0.42 80.71 0.4 0.41
Hex 76 93 3F 14 0 39 2A 51 28 29
Octal 166 223 77 24 0 71 52 121 50 51
Binary 1110110 10010011 111111 10100 0 111001 101010 1010001 101000 101001

Color Harmonies of #76933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76933F

Black with #76933F

Text Example


Text Example

White with #76933F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76933F; }

 p { color: rgb(118,147,63); }

 H1.HeaderClassName
 {
   color: #76933F;
 }
 .AnyTagClassName
 {
   color: #76933F;
 }
</style>

background-color css

<style>
 a { background-color: #76933F; }

 a { background-color: rgb(118,147,63); }

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

border-color css

<style>
 span { border-color: #76933F; }

 span { border-color: rgb(118,147,63); }

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