Html Css Color HEX #769932 Sushi

📋 copy color: '#769932'

red 118 ◦ green 153 ◦ blue 50

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

Shades of Sushi #769932

Tints of Sushi #769932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 36.76%
G = 47.66%
B = 15.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#769932 (or 0x769932) is known color: Sushi. HEX triplet: 76, 99 and 32. RGB value is (118,153,50). Sum of RGB (Red+Green+Blue) = 118+153+50=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #769932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769932 is #8966CD. Grayscale: #838383. Windows color (decimal): -9004750 or 3316086. OLE color: 3316086.

HSL color Cylindrical-coordinate representation of color #769932: hue angle of 80.39º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769932 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 50 -
CMYK 0.23 0 0.67 0.4
HSL 80.39º 0.51% 0.4% -
HSV(B) 80.39º 0.67% 0.6% -
XYZ 19.44 26.86 7.18 -
YUV 130.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 118 153 50 0.23 0 0.67 0.4 80.39 0.51 0.4
Hex 76 99 32 17 0 43 28 50 33 28
Octal 166 231 62 27 0 103 50 120 63 50
Binary 1110110 10011001 110010 10111 0 1000011 101000 1010000 110011 101000

Color Harmonies of #769932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769932

Black with #769932

Text Example


Text Example

White with #769932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769932; }

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

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

background-color css

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

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

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

border-color css

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

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

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