Html Css Color HEX #769845 Sushi

📋 copy color: '#769845'

red 118 ◦ green 152 ◦ blue 69

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

Shades of Sushi #769845

Tints of Sushi #769845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 34.81%
G = 44.84%
B = 20.35%

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

#769845 (or 0x769845) is known color: Sushi. HEX triplet: 76, 98 and 45. RGB value is (118,152,69). Sum of RGB (Red+Green+Blue) = 118+152+69=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #769845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769845 is #8967BA. Grayscale: #848484. Windows color (decimal): -9004987 or 4561014. OLE color: 4561014.

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

Color convert

RGB 118 152 69 -
CMYK 0.22 0 0.55 0.40
HSL 84.58º 0.38% 0.43% -
HSV(B) 84.58º 0.55% 0.6% -
XYZ 19.77 26.74 9.75 -
YUV 132.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 118 152 69 0.22 0 0.55 0.40 84.58 0.38 0.43
Hex 76 98 45 16 0 37 28 55 26 2B
Octal 166 230 105 26 0 67 50 125 46 53
Binary 1110110 10011000 1000101 10110 0 110111 101000 1010101 100110 101011

Color Harmonies of #769845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769845

Black with #769845

Text Example


Text Example

White with #769845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769845; }

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

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

background-color css

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

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

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

border-color css

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

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

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