Html Css Color HEX #76983F Sushi

📋 copy color: '#76983F'

red 118 ◦ green 152 ◦ blue 63

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

Shades of Sushi #76983F

Tints of Sushi #76983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

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

R = 35.44%
G = 45.65%
B = 18.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#76983F (or 0x76983F) is known color: Sushi. HEX triplet: 76, 98 and 3F. RGB value is (118,152,63). Sum of RGB (Red+Green+Blue) = 118+152+63=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #76983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76983F is #8967C0. Grayscale: #848484. Windows color (decimal): -9004993 or 4167798. OLE color: 4167798.

HSL color Cylindrical-coordinate representation of color #76983F: hue angle of 82.92º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76983F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 63 -
CMYK 0.22 0 0.59 0.40
HSL 82.92º 0.41% 0.42% -
HSV(B) 82.92º 0.59% 0.6% -
XYZ 19.6 26.67 8.82 -
YUV 131.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 118 152 63 0.22 0 0.59 0.40 82.92 0.41 0.42
Hex 76 98 3F 16 0 3B 28 53 29 2A
Octal 166 230 77 26 0 73 50 123 51 52
Binary 1110110 10011000 111111 10110 0 111011 101000 1010011 101001 101010

Color Harmonies of #76983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76983F

Black with #76983F

Text Example


Text Example

White with #76983F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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