Html Css Color HEX #76973F Sushi

📋 copy color: '#76973F'

red 118 ◦ green 151 ◦ blue 63

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

Shades of Sushi #76973F

Tints of Sushi #76973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 35.54%
G = 45.48%
B = 18.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#76973F (or 0x76973F) is known color: Sushi. HEX triplet: 76, 97 and 3F. RGB value is (118,151,63). Sum of RGB (Red+Green+Blue) = 118+151+63=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #76973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76973F is #8968C0. Grayscale: #838383. Windows color (decimal): -9005249 or 4167542. OLE color: 4167542.

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

Color convert

RGB 118 151 63 -
CMYK 0.22 0 0.58 0.41
HSL 82.5º 0.41% 0.42% -
HSV(B) 82.5º 0.58% 0.59% -
XYZ 19.44 26.34 8.76 -
YUV 131.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 118 151 63 0.22 0 0.58 0.41 82.5 0.41 0.42
Hex 76 97 3F 16 0 3A 29 52 29 2A
Octal 166 227 77 26 0 72 51 122 51 52
Binary 1110110 10010111 111111 10110 0 111010 101001 1010010 101001 101010

Color Harmonies of #76973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76973F

Black with #76973F

Text Example


Text Example

White with #76973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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