Html Css Color HEX #769232 Sushi

📋 copy color: '#769232'

red 118 ◦ green 146 ◦ blue 50

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

Shades of Sushi #769232

Tints of Sushi #769232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 37.58%
G = 46.5%
B = 15.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#769232 (or 0x769232) is known color: Sushi. HEX triplet: 76, 92 and 32. RGB value is (118,146,50). Sum of RGB (Red+Green+Blue) = 118+146+50=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #769232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769232 is #896DCD. Grayscale: #7F7F7F. Windows color (decimal): -9006542 or 3314294. OLE color: 3314294.

HSL color Cylindrical-coordinate representation of color #769232: hue angle of 77.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #769232 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 50 -
CMYK 0.19 0 0.66 0.43
HSL 77.5º 0.49% 0.38% -
HSV(B) 77.5º 0.66% 0.57% -
XYZ 18.33 24.64 6.81 -
YUV 126.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 118 146 50 0.19 0 0.66 0.43 77.5 0.49 0.38
Hex 76 92 32 13 0 42 2B 4E 31 26
Octal 166 222 62 23 0 102 53 116 61 46
Binary 1110110 10010010 110010 10011 0 1000010 101011 1001110 110001 100110

Color Harmonies of #769232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769232

Black with #769232

Text Example


Text Example

White with #769232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769232; }

 p { color: rgb(118,146,50); }

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

background-color css

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

 a { background-color: rgb(118,146,50); }

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

border-color css

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

 span { border-color: rgb(118,146,50); }

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