Html Css Color HEX #77962F Sushi

📋 copy color: '#77962F'

red 119 ◦ green 150 ◦ blue 47

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

Shades of Sushi #77962F

Tints of Sushi #77962F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 37.66%
G = 47.47%
B = 14.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#77962F (or 0x77962F) is known color: Sushi. HEX triplet: 77, 96 and 2F. RGB value is (119,150,47). Sum of RGB (Red+Green+Blue) = 119+150+47=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #77962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77962F is #8869D0. Grayscale: #818181. Windows color (decimal): -8939985 or 3118711. OLE color: 3118711.

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

Color convert

RGB 119 150 47 -
CMYK 0.21 0 0.69 0.41
HSL 78.06º 0.52% 0.39% -
HSV(B) 78.06º 0.69% 0.59% -
XYZ 19.03 25.94 6.69 -
YUV 128.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 119 150 47 0.21 0 0.69 0.41 78.06 0.52 0.39
Hex 77 96 2F 15 0 45 29 4E 34 27
Octal 167 226 57 25 0 105 51 116 64 47
Binary 1110111 10010110 101111 10101 0 1000101 101001 1001110 110100 100111

Color Harmonies of #77962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77962F

Black with #77962F

Text Example


Text Example

White with #77962F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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