Html Css Color HEX #769431 Sushi

📋 copy color: '#769431'

red 118 ◦ green 148 ◦ blue 49

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

Shades of Sushi #769431

Tints of Sushi #769431

RGB

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

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

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

R = 37.46%
G = 46.98%
B = 15.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#769431 (or 0x769431) is known color: Sushi. HEX triplet: 76, 94 and 31. RGB value is (118,148,49). Sum of RGB (Red+Green+Blue) = 118+148+49=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #769431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769431 is #896BCE. Grayscale: #808080. Windows color (decimal): -9006031 or 3249270. OLE color: 3249270.

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

Color convert

RGB 118 148 49 -
CMYK 0.20 0 0.67 0.42
HSL 78.18º 0.5% 0.39% -
HSV(B) 78.18º 0.67% 0.58% -
XYZ 18.62 25.25 6.8 -
YUV 127.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 118 148 49 0.20 0 0.67 0.42 78.18 0.5 0.39
Hex 76 94 31 14 0 43 2A 4E 32 27
Octal 166 224 61 24 0 103 52 116 62 47
Binary 1110110 10010100 110001 10100 0 1000011 101010 1001110 110010 100111

Color Harmonies of #769431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769431

Black with #769431

Text Example


Text Example

White with #769431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769431; }

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

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

background-color css

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

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

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

border-color css

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

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

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