Html Css Color HEX #769531 Sushi

📋 copy color: '#769531'

red 118 ◦ green 149 ◦ blue 49

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

Shades of Sushi #769531

Tints of Sushi #769531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

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

R = 37.34%
G = 47.15%
B = 15.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#769531 (or 0x769531) is known color: Sushi. HEX triplet: 76, 95 and 31. RGB value is (118,149,49). Sum of RGB (Red+Green+Blue) = 118+149+49=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #769531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769531 is #896ACE. Grayscale: #808080. Windows color (decimal): -9005775 or 3249526. OLE color: 3249526.

HSL color Cylindrical-coordinate representation of color #769531: hue angle of 78.6º degrees, saturation: 0.51, 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 #769531 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 49 -
CMYK 0.21 0 0.67 0.42
HSL 78.6º 0.51% 0.39% -
HSV(B) 78.6º 0.67% 0.58% -
XYZ 18.77 25.57 6.85 -
YUV 128.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 118 149 49 0.21 0 0.67 0.42 78.6 0.51 0.39
Hex 76 95 31 15 0 43 2A 4F 33 27
Octal 166 225 61 25 0 103 52 117 63 47
Binary 1110110 10010101 110001 10101 0 1000011 101010 1001111 110011 100111

Color Harmonies of #769531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769531

Black with #769531

Text Example


Text Example

White with #769531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769531; }

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

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

background-color css

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

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

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

border-color css

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

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

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