Html Css Color HEX #769438 Sushi

📋 copy color: '#769438'

red 118 ◦ green 148 ◦ blue 56

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

Shades of Sushi #769438

Tints of Sushi #769438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

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

R = 36.65%
G = 45.96%
B = 17.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#769438 (or 0x769438) is known color: Sushi. HEX triplet: 76, 94 and 38. RGB value is (118,148,56). Sum of RGB (Red+Green+Blue) = 118+148+56=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #769438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769438 is #896BC7. Grayscale: #808080. Windows color (decimal): -9006024 or 3708022. OLE color: 3708022.

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

Color convert

RGB 118 148 56 -
CMYK 0.20 0 0.62 0.42
HSL 79.57º 0.45% 0.4% -
HSV(B) 79.57º 0.62% 0.58% -
XYZ 18.77 25.32 7.64 -
YUV 128.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 118 148 56 0.20 0 0.62 0.42 79.57 0.45 0.4
Hex 76 94 38 14 0 3E 2A 50 2D 28
Octal 166 224 70 24 0 76 52 120 55 50
Binary 1110110 10010100 111000 10100 0 111110 101010 1010000 101101 101000

Color Harmonies of #769438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769438

Black with #769438

Text Example


Text Example

White with #769438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769438; }

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

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

background-color css

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

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

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

border-color css

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

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

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