Html Css Color HEX #769844 Sushi

📋 copy color: '#769844'

red 118 ◦ green 152 ◦ blue 68

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

Shades of Sushi #769844

Tints of Sushi #769844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 34.91%
G = 44.97%
B = 20.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#769844 (or 0x769844) is known color: Sushi. HEX triplet: 76, 98 and 44. RGB value is (118,152,68). Sum of RGB (Red+Green+Blue) = 118+152+68=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #769844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769844 is #8967BB. Grayscale: #848484. Windows color (decimal): -9004988 or 4495478. OLE color: 4495478.

HSL color Cylindrical-coordinate representation of color #769844: hue angle of 84.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #769844 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 68 -
CMYK 0.22 0 0.55 0.40
HSL 84.29º 0.38% 0.43% -
HSV(B) 84.29º 0.55% 0.6% -
XYZ 19.74 26.73 9.59 -
YUV 132.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 118 152 68 0.22 0 0.55 0.40 84.29 0.38 0.43
Hex 76 98 44 16 0 37 28 54 26 2B
Octal 166 230 104 26 0 67 50 124 46 53
Binary 1110110 10011000 1000100 10110 0 110111 101000 1010100 100110 101011

Color Harmonies of #769844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769844

Black with #769844

Text Example


Text Example

White with #769844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769844; }

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

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

background-color css

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

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

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

border-color css

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

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

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