Html Css Color HEX #76993D Sushi

📋 copy color: '#76993D'

red 118 ◦ green 153 ◦ blue 61

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

Shades of Sushi #76993D

Tints of Sushi #76993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.08%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 35.54%
G = 46.08%
B = 18.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#76993D (or 0x76993D) is known color: Sushi. HEX triplet: 76, 99 and 3D. RGB value is (118,153,61). Sum of RGB (Red+Green+Blue) = 118+153+61=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #76993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76993D is #8966C2. Grayscale: #848484. Windows color (decimal): -9004739 or 4036982. OLE color: 4036982.

HSL color Cylindrical-coordinate representation of color #76993D: hue angle of 82.83º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76993D is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 61 -
CMYK 0.23 0 0.60 0.4
HSL 82.83º 0.43% 0.42% -
HSV(B) 82.83º 0.6% 0.6% -
XYZ 19.7 26.97 8.58 -
YUV 132.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 118 153 61 0.23 0 0.60 0.4 82.83 0.43 0.42
Hex 76 99 3D 17 0 3C 28 53 2B 2A
Octal 166 231 75 27 0 74 50 123 53 52
Binary 1110110 10011001 111101 10111 0 111100 101000 1010011 101011 101010

Color Harmonies of #76993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76993D

Black with #76993D

Text Example


Text Example

White with #76993D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,153,61); }

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

background-color css

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

 a { background-color: rgb(118,153,61); }

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

border-color css

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

 span { border-color: rgb(118,153,61); }

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