Html Css Color HEX #769628 Sushi

📋 copy color: '#769628'

red 118 ◦ green 150 ◦ blue 40

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

Shades of Sushi #769628

Tints of Sushi #769628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 38.31%
G = 48.7%
B = 12.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#769628 (or 0x769628) is known color: Sushi. HEX triplet: 76, 96 and 28. RGB value is (118,150,40). Sum of RGB (Red+Green+Blue) = 118+150+40=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #769628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769628 is #8969D7. Grayscale: #808080. Windows color (decimal): -9005528 or 2659958. OLE color: 2659958.

HSL color Cylindrical-coordinate representation of color #769628: hue angle of 77.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #769628 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 40 -
CMYK 0.21 0 0.73 0.41
HSL 77.45º 0.58% 0.37% -
HSV(B) 77.45º 0.73% 0.59% -
XYZ 18.76 25.82 6 -
YUV 127.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 118 150 40 0.21 0 0.73 0.41 77.45 0.58 0.37
Hex 76 96 28 15 0 49 29 4D 3A 25
Octal 166 226 50 25 0 111 51 115 72 45
Binary 1110110 10010110 101000 10101 0 1001001 101001 1001101 111010 100101

Color Harmonies of #769628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769628

Black with #769628

Text Example


Text Example

White with #769628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769628; }

 p { color: rgb(118,150,40); }

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

background-color css

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

 a { background-color: rgb(118,150,40); }

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

border-color css

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

 span { border-color: rgb(118,150,40); }

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