Html Css Color HEX #769A37 Sushi

📋 copy color: '#769A37'

red 118 ◦ green 154 ◦ blue 55

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

Shades of Sushi #769A37

Tints of Sushi #769A37

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 36.09%
G = 47.09%
B = 16.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#769A37 (or 0x769A37) is known color: Sushi. HEX triplet: 76, 9A and 37. RGB value is (118,154,55). Sum of RGB (Red+Green+Blue) = 118+154+55=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #769A37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A37 is #8965C8. Grayscale: #848484. Windows color (decimal): -9004489 or 3644022. OLE color: 3644022.

HSL color Cylindrical-coordinate representation of color #769A37: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #769A37 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 55 -
CMYK 0.23 0 0.64 0.40
HSL 81.82º 0.47% 0.41% -
HSV(B) 81.82º 0.64% 0.6% -
XYZ 19.72 27.24 7.83 -
YUV 131.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 118 154 55 0.23 0 0.64 0.40 81.82 0.47 0.41
Hex 76 9A 37 17 0 40 28 52 2F 29
Octal 166 232 67 27 0 100 50 122 57 51
Binary 1110110 10011010 110111 10111 0 1000000 101000 1010010 101111 101001

Color Harmonies of #769A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A37

Black with #769A37

Text Example


Text Example

White with #769A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A37; }

 p { color: rgb(118,154,55); }

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

background-color css

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

 a { background-color: rgb(118,154,55); }

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

border-color css

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

 span { border-color: rgb(118,154,55); }

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