Html Css Color HEX #769A28 Sushi

📋 copy color: '#769A28'

red 118 ◦ green 154 ◦ blue 40

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

Shades of Sushi #769A28

Tints of Sushi #769A28

RGB

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

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

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

R = 37.82%
G = 49.36%
B = 12.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#769A28 (or 0x769A28) is known color: Sushi. HEX triplet: 76, 9A and 28. RGB value is (118,154,40). Sum of RGB (Red+Green+Blue) = 118+154+40=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #769A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A28 is #8965D7. Grayscale: #828282. Windows color (decimal): -9004504 or 2660982. OLE color: 2660982.

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

Color convert

RGB 118 154 40 -
CMYK 0.23 0 0.74 0.40
HSL 78.95º 0.59% 0.38% -
HSV(B) 78.95º 0.74% 0.6% -
XYZ 19.41 27.12 6.22 -
YUV 130.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 118 154 40 0.23 0 0.74 0.40 78.95 0.59 0.38
Hex 76 9A 28 17 0 4A 28 4F 3B 26
Octal 166 232 50 27 0 112 50 117 73 46
Binary 1110110 10011010 101000 10111 0 1001010 101000 1001111 111011 100110

Color Harmonies of #769A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A28

Black with #769A28

Text Example


Text Example

White with #769A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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