Html Css Color HEX #769141 Sushi

📋 copy color: '#769141'

red 118 ◦ green 145 ◦ blue 65

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

Shades of Sushi #769141

Tints of Sushi #769141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 35.98%
G = 44.21%
B = 19.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#769141 (or 0x769141) is known color: Sushi. HEX triplet: 76, 91 and 41. RGB value is (118,145,65). Sum of RGB (Red+Green+Blue) = 118+145+65=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #769141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769141 is #896EBE. Grayscale: #808080. Windows color (decimal): -9006783 or 4297078. OLE color: 4297078.

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

Color convert

RGB 118 145 65 -
CMYK 0.19 0 0.55 0.43
HSL 80.25º 0.38% 0.41% -
HSV(B) 80.25º 0.55% 0.57% -
XYZ 18.55 24.48 8.75 -
YUV 127.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 118 145 65 0.19 0 0.55 0.43 80.25 0.38 0.41
Hex 76 91 41 13 0 37 2B 50 26 29
Octal 166 221 101 23 0 67 53 120 46 51
Binary 1110110 10010001 1000001 10011 0 110111 101011 1010000 100110 101001

Color Harmonies of #769141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769141

Black with #769141

Text Example


Text Example

White with #769141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769141; }

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

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

background-color css

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

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

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

border-color css

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

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

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