Html Css Color HEX #769745 Sushi

📋 copy color: '#769745'

red 118 ◦ green 151 ◦ blue 69

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

Shades of Sushi #769745

Tints of Sushi #769745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

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

R = 34.91%
G = 44.67%
B = 20.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#769745 (or 0x769745) is known color: Sushi. HEX triplet: 76, 97 and 45. RGB value is (118,151,69). Sum of RGB (Red+Green+Blue) = 118+151+69=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #769745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769745 is #8968BA. Grayscale: #848484. Windows color (decimal): -9005243 or 4560758. OLE color: 4560758.

HSL color Cylindrical-coordinate representation of color #769745: hue angle of 84.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769745 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 69 -
CMYK 0.22 0 0.54 0.41
HSL 84.15º 0.37% 0.43% -
HSV(B) 84.15º 0.54% 0.59% -
XYZ 19.61 26.41 9.7 -
YUV 131.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 118 151 69 0.22 0 0.54 0.41 84.15 0.37 0.43
Hex 76 97 45 16 0 36 29 54 25 2B
Octal 166 227 105 26 0 66 51 124 45 53
Binary 1110110 10010111 1000101 10110 0 110110 101001 1010100 100101 101011

Color Harmonies of #769745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769745

Black with #769745

Text Example


Text Example

White with #769745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769745; }

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

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

background-color css

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

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

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

border-color css

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

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

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