Html Css Color HEX #769831 Sushi

📋 copy color: '#769831'

red 118 ◦ green 152 ◦ blue 49

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

Shades of Sushi #769831

Tints of Sushi #769831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

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

R = 36.99%
G = 47.65%
B = 15.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#769831 (or 0x769831) is known color: Sushi. HEX triplet: 76, 98 and 31. RGB value is (118,152,49). Sum of RGB (Red+Green+Blue) = 118+152+49=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #769831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769831 is #8967CE. Grayscale: #828282. Windows color (decimal): -9005007 or 3250294. OLE color: 3250294.

HSL color Cylindrical-coordinate representation of color #769831: hue angle of 79.81º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #769831 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 49 -
CMYK 0.22 0 0.68 0.40
HSL 79.81º 0.51% 0.39% -
HSV(B) 79.81º 0.68% 0.6% -
XYZ 19.25 26.53 7.01 -
YUV 130.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 118 152 49 0.22 0 0.68 0.40 79.81 0.51 0.39
Hex 76 98 31 16 0 44 28 50 33 27
Octal 166 230 61 26 0 104 50 120 63 47
Binary 1110110 10011000 110001 10110 0 1000100 101000 1010000 110011 100111

Color Harmonies of #769831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769831

Black with #769831

Text Example


Text Example

White with #769831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769831; }

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

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

background-color css

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

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

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

border-color css

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

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

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