Html Css Color HEX #769826 Sushi

📋 copy color: '#769826'

red 118 ◦ green 152 ◦ blue 38

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

Shades of Sushi #769826

Tints of Sushi #769826

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.35%

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

R = 38.31%
G = 49.35%
B = 12.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#769826 (or 0x769826) is known color: Sushi. HEX triplet: 76, 98 and 26. RGB value is (118,152,38). Sum of RGB (Red+Green+Blue) = 118+152+38=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #769826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769826 is #8967D9. Grayscale: #818181. Windows color (decimal): -9005018 or 2529398. OLE color: 2529398.

HSL color Cylindrical-coordinate representation of color #769826: hue angle of 77.89º 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 #769826 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 38 -
CMYK 0.22 0 0.75 0.40
HSL 77.89º 0.6% 0.37% -
HSV(B) 77.89º 0.75% 0.6% -
XYZ 19.05 26.45 5.93 -
YUV 128.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 118 152 38 0.22 0 0.75 0.40 77.89 0.6 0.37
Hex 76 98 26 16 0 4B 28 4E 3C 25
Octal 166 230 46 26 0 113 50 116 74 45
Binary 1110110 10011000 100110 10110 0 1001011 101000 1001110 111100 100101

Color Harmonies of #769826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769826

Black with #769826

Text Example


Text Example

White with #769826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769826; }

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

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

background-color css

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

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

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

border-color css

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

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

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