Html Css Color HEX #769131 Sushi

📋 copy color: '#769131'

red 118 ◦ green 145 ◦ blue 49

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

Shades of Sushi #769131

Tints of Sushi #769131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 37.82%
G = 46.47%
B = 15.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#769131 (or 0x769131) is known color: Sushi. HEX triplet: 76, 91 and 31. RGB value is (118,145,49). Sum of RGB (Red+Green+Blue) = 118+145+49=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #769131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769131 is #896ECE. Grayscale: #7E7E7E. Windows color (decimal): -9006799 or 3248502. OLE color: 3248502.

HSL color Cylindrical-coordinate representation of color #769131: hue angle of 76.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #769131 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 49 -
CMYK 0.19 0 0.66 0.43
HSL 76.88º 0.49% 0.38% -
HSV(B) 76.88º 0.66% 0.57% -
XYZ 18.15 24.32 6.64 -
YUV 125.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 118 145 49 0.19 0 0.66 0.43 76.88 0.49 0.38
Hex 76 91 31 13 0 42 2B 4D 31 26
Octal 166 221 61 23 0 102 53 115 61 46
Binary 1110110 10010001 110001 10011 0 1000010 101011 1001101 110001 100110

Color Harmonies of #769131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769131

Black with #769131

Text Example


Text Example

White with #769131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769131; }

 p { color: rgb(118,145,49); }

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

background-color css

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

 a { background-color: rgb(118,145,49); }

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

border-color css

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

 span { border-color: rgb(118,145,49); }

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