Html Css Color HEX #77963D Sushi

📋 copy color: '#77963D'

red 119 ◦ green 150 ◦ blue 61

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

Shades of Sushi #77963D

Tints of Sushi #77963D

RGB

 RED value IS 119 (46.88% from 255) = 36.06%

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

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

R = 36.06%
G = 45.45%
B = 18.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#77963D (or 0x77963D) is known color: Sushi. HEX triplet: 77, 96 and 3D. RGB value is (119,150,61). Sum of RGB (Red+Green+Blue) = 119+150+61=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #77963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77963D is #8869C2. Grayscale: #828282. Windows color (decimal): -8939971 or 4036215. OLE color: 4036215.

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

Color convert

RGB 119 150 61 -
CMYK 0.21 0 0.59 0.41
HSL 80.9º 0.42% 0.41% -
HSV(B) 80.9º 0.59% 0.59% -
XYZ 19.36 26.07 8.43 -
YUV 130.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 119 150 61 0.21 0 0.59 0.41 80.9 0.42 0.41
Hex 77 96 3D 15 0 3B 29 51 2A 29
Octal 167 226 75 25 0 73 51 121 52 51
Binary 1110111 10010110 111101 10101 0 111011 101001 1010001 101010 101001

Color Harmonies of #77963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77963D

Black with #77963D

Text Example


Text Example

White with #77963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,150,61); }

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

background-color css

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

 a { background-color: rgb(119,150,61); }

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

border-color css

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

 span { border-color: rgb(119,150,61); }

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