Html Css Color HEX #769340 Sushi

📋 copy color: '#769340'

red 118 ◦ green 147 ◦ blue 64

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

Shades of Sushi #769340

Tints of Sushi #769340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 35.87%
G = 44.68%
B = 19.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#769340 (or 0x769340) is known color: Sushi. HEX triplet: 76, 93 and 40. RGB value is (118,147,64). Sum of RGB (Red+Green+Blue) = 118+147+64=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #769340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769340 is #896CBF. Grayscale: #818181. Windows color (decimal): -9006272 or 4232054. OLE color: 4232054.

HSL color Cylindrical-coordinate representation of color #769340: hue angle of 80.96º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #769340 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 64 -
CMYK 0.20 0 0.56 0.42
HSL 80.96º 0.39% 0.41% -
HSV(B) 80.96º 0.56% 0.58% -
XYZ 18.83 25.09 8.7 -
YUV 128.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 118 147 64 0.20 0 0.56 0.42 80.96 0.39 0.41
Hex 76 93 40 14 0 38 2A 51 27 29
Octal 166 223 100 24 0 70 52 121 47 51
Binary 1110110 10010011 1000000 10100 0 111000 101010 1010001 100111 101001

Color Harmonies of #769340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769340

Black with #769340

Text Example


Text Example

White with #769340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769340; }

 p { color: rgb(118,147,64); }

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

background-color css

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

 a { background-color: rgb(118,147,64); }

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

border-color css

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

 span { border-color: rgb(118,147,64); }

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