Html Css Color HEX #77942F Sushi

📋 copy color: '#77942F'

red 119 ◦ green 148 ◦ blue 47

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

Shades of Sushi #77942F

Tints of Sushi #77942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 37.9%
G = 47.13%
B = 14.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#77942F (or 0x77942F) is known color: Sushi. HEX triplet: 77, 94 and 2F. RGB value is (119,148,47). Sum of RGB (Red+Green+Blue) = 119+148+47=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #77942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77942F is #886BD0. Grayscale: #808080. Windows color (decimal): -8940497 or 3118199. OLE color: 3118199.

HSL color Cylindrical-coordinate representation of color #77942F: hue angle of 77.23º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77942F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 47 -
CMYK 0.20 0 0.68 0.42
HSL 77.23º 0.52% 0.38% -
HSV(B) 77.23º 0.68% 0.58% -
XYZ 18.71 25.31 6.59 -
YUV 127.82 82.39 121.71 -
System Red Green Blue C M Y K H S L
Decimal 119 148 47 0.20 0 0.68 0.42 77.23 0.52 0.38
Hex 77 94 2F 14 0 44 2A 4D 34 26
Octal 167 224 57 24 0 104 52 115 64 46
Binary 1110111 10010100 101111 10100 0 1000100 101010 1001101 110100 100110

Color Harmonies of #77942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77942F

Black with #77942F

Text Example


Text Example

White with #77942F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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