Html Css Color HEX #769238 Sushi

📋 copy color: '#769238'

red 118 ◦ green 146 ◦ blue 56

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

Shades of Sushi #769238

Tints of Sushi #769238

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.63%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 36.88%
G = 45.63%
B = 17.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#769238 (or 0x769238) is known color: Sushi. HEX triplet: 76, 92 and 38. RGB value is (118,146,56). Sum of RGB (Red+Green+Blue) = 118+146+56=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #769238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769238 is #896DC7. Grayscale: #7F7F7F. Windows color (decimal): -9006536 or 3707510. OLE color: 3707510.

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

Color convert

RGB 118 146 56 -
CMYK 0.19 0 0.62 0.43
HSL 78.67º 0.45% 0.4% -
HSV(B) 78.67º 0.62% 0.57% -
XYZ 18.46 24.69 7.53 -
YUV 127.37 87.72 121.32 -
System Red Green Blue C M Y K H S L
Decimal 118 146 56 0.19 0 0.62 0.43 78.67 0.45 0.4
Hex 76 92 38 13 0 3E 2B 4F 2D 28
Octal 166 222 70 23 0 76 53 117 55 50
Binary 1110110 10010010 111000 10011 0 111110 101011 1001111 101101 101000

Color Harmonies of #769238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769238

Black with #769238

Text Example


Text Example

White with #769238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769238; }

 p { color: rgb(118,146,56); }

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

background-color css

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

 a { background-color: rgb(118,146,56); }

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

border-color css

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

 span { border-color: rgb(118,146,56); }

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