Html Css Color HEX #76963F Sushi

📋 copy color: '#76963F'

red 118 ◦ green 150 ◦ blue 63

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

Shades of Sushi #76963F

Tints of Sushi #76963F

RGB

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

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

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

R = 35.65%
G = 45.32%
B = 19.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#76963F (or 0x76963F) is known color: Sushi. HEX triplet: 76, 96 and 3F. RGB value is (118,150,63). Sum of RGB (Red+Green+Blue) = 118+150+63=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #76963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76963F is #8969C0. Grayscale: #828282. Windows color (decimal): -9005505 or 4167286. OLE color: 4167286.

HSL color Cylindrical-coordinate representation of color #76963F: hue angle of 82.07º 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 #76963F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 63 -
CMYK 0.21 0 0.58 0.41
HSL 82.07º 0.41% 0.42% -
HSV(B) 82.07º 0.58% 0.59% -
XYZ 19.27 26.02 8.71 -
YUV 130.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 118 150 63 0.21 0 0.58 0.41 82.07 0.41 0.42
Hex 76 96 3F 15 0 3A 29 52 29 2A
Octal 166 226 77 25 0 72 51 122 51 52
Binary 1110110 10010110 111111 10101 0 111010 101001 1010010 101001 101010

Color Harmonies of #76963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76963F

Black with #76963F

Text Example


Text Example

White with #76963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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