Html Css Color HEX #769837 Sushi

📋 copy color: '#769837'

red 118 ◦ green 152 ◦ blue 55

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

Shades of Sushi #769837

Tints of Sushi #769837

RGB

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

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

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

R = 36.31%
G = 46.77%
B = 16.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#769837 (or 0x769837) is known color: Sushi. HEX triplet: 76, 98 and 37. RGB value is (118,152,55). Sum of RGB (Red+Green+Blue) = 118+152+55=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #769837 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769837 is #8967C8. Grayscale: #838383. Windows color (decimal): -9005001 or 3643510. OLE color: 3643510.

HSL color Cylindrical-coordinate representation of color #769837: hue angle of 81.03º 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 #769837 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 55 -
CMYK 0.22 0 0.64 0.40
HSL 81.03º 0.47% 0.41% -
HSV(B) 81.03º 0.64% 0.6% -
XYZ 19.39 26.58 7.72 -
YUV 130.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 118 152 55 0.22 0 0.64 0.40 81.03 0.47 0.41
Hex 76 98 37 16 0 40 28 51 2F 29
Octal 166 230 67 26 0 100 50 121 57 51
Binary 1110110 10011000 110111 10110 0 1000000 101000 1010001 101111 101001

Color Harmonies of #769837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769837

Black with #769837

Text Example


Text Example

White with #769837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769837; }

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

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

background-color css

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

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

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

border-color css

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

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

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