Html Css Color HEX #769926 Sushi

📋 copy color: '#769926'

red 118 ◦ green 153 ◦ blue 38

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

Shades of Sushi #769926

Tints of Sushi #769926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 38.19%
G = 49.51%
B = 12.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#769926 (or 0x769926) is known color: Sushi. HEX triplet: 76, 99 and 26. RGB value is (118,153,38). Sum of RGB (Red+Green+Blue) = 118+153+38=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #769926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769926 is #8966D9. Grayscale: #818181. Windows color (decimal): -9004762 or 2529654. OLE color: 2529654.

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

Color convert

RGB 118 153 38 -
CMYK 0.23 0 0.75 0.4
HSL 78.26º 0.6% 0.37% -
HSV(B) 78.26º 0.75% 0.6% -
XYZ 19.21 26.77 5.99 -
YUV 129.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 118 153 38 0.23 0 0.75 0.4 78.26 0.6 0.37
Hex 76 99 26 17 0 4B 28 4E 3C 25
Octal 166 231 46 27 0 113 50 116 74 45
Binary 1110110 10011001 100110 10111 0 1001011 101000 1001110 111100 100101

Color Harmonies of #769926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769926

Black with #769926

Text Example


Text Example

White with #769926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769926; }

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

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

background-color css

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

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

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

border-color css

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

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

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