Html Css Color HEX #77982B Sushi

📋 copy color: '#77982B'

red 119 ◦ green 152 ◦ blue 43

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

Shades of Sushi #77982B

Tints of Sushi #77982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 37.9%
G = 48.41%
B = 13.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#77982B (or 0x77982B) is known color: Sushi. HEX triplet: 77, 98 and 2B. RGB value is (119,152,43). Sum of RGB (Red+Green+Blue) = 119+152+43=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #77982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77982B is #8867D4. Grayscale: #828282. Windows color (decimal): -8939477 or 2857079. OLE color: 2857079.

HSL color Cylindrical-coordinate representation of color #77982B: hue angle of 78.17º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77982B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 43 -
CMYK 0.22 0 0.72 0.40
HSL 78.17º 0.56% 0.38% -
HSV(B) 78.17º 0.72% 0.6% -
XYZ 19.27 26.55 6.39 -
YUV 129.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 119 152 43 0.22 0 0.72 0.40 78.17 0.56 0.38
Hex 77 98 2B 16 0 48 28 4E 38 26
Octal 167 230 53 26 0 110 50 116 70 46
Binary 1110111 10011000 101011 10110 0 1001000 101000 1001110 111000 100110

Color Harmonies of #77982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77982B

Black with #77982B

Text Example


Text Example

White with #77982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77982B; }

 p { color: rgb(119,152,43); }

 H1.HeaderClassName
 {
   color: #77982B;
 }
 .AnyTagClassName
 {
   color: #77982B;
 }
</style>

background-color css

<style>
 a { background-color: #77982B; }

 a { background-color: rgb(119,152,43); }

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

border-color css

<style>
 span { border-color: #77982B; }

 span { border-color: rgb(119,152,43); }

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