Html Css Color HEX #769E43 Sushi

📋 copy color: '#769E43'

red 118 ◦ green 158 ◦ blue 67

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

Shades of Sushi #769E43

Tints of Sushi #769E43

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.06%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 34.4%
G = 46.06%
B = 19.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#769E43 (or 0x769E43) is known color: Sushi. HEX triplet: 76, 9E and 43. RGB value is (118,158,67). Sum of RGB (Red+Green+Blue) = 118+158+67=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #769E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E43 is #8961BC. Grayscale: #878787. Windows color (decimal): -9003453 or 4431478. OLE color: 4431478.

HSL color Cylindrical-coordinate representation of color #769E43: hue angle of 86.37º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #769E43 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 158 67 -
CMYK 0.25 0 0.58 0.38
HSL 86.37º 0.4% 0.44% -
HSV(B) 86.37º 0.58% 0.62% -
XYZ 20.71 28.71 9.76 -
YUV 135.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 118 158 67 0.25 0 0.58 0.38 86.37 0.4 0.44
Hex 76 9E 43 19 0 3A 26 56 28 2C
Octal 166 236 103 31 0 72 46 126 50 54
Binary 1110110 10011110 1000011 11001 0 111010 100110 1010110 101000 101100

Color Harmonies of #769E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E43

Black with #769E43

Text Example


Text Example

White with #769E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769E43; }

 p { color: rgb(118,158,67); }

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

background-color css

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

 a { background-color: rgb(118,158,67); }

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

border-color css

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

 span { border-color: rgb(118,158,67); }

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