Html Css Color HEX #769345 Sushi

📋 copy color: '#769345'

red 118 ◦ green 147 ◦ blue 69

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

Shades of Sushi #769345

Tints of Sushi #769345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 35.33%
G = 44.01%
B = 20.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#769345 (or 0x769345) is known color: Sushi. HEX triplet: 76, 93 and 45. RGB value is (118,147,69). Sum of RGB (Red+Green+Blue) = 118+147+69=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #769345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769345 is #896CBA. Grayscale: #818181. Windows color (decimal): -9006267 or 4559734. OLE color: 4559734.

HSL color Cylindrical-coordinate representation of color #769345: hue angle of 82.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769345 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 69 -
CMYK 0.20 0 0.53 0.42
HSL 82.31º 0.36% 0.42% -
HSV(B) 82.31º 0.53% 0.58% -
XYZ 18.98 25.15 9.48 -
YUV 129.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 118 147 69 0.20 0 0.53 0.42 82.31 0.36 0.42
Hex 76 93 45 14 0 35 2A 52 24 2A
Octal 166 223 105 24 0 65 52 122 44 52
Binary 1110110 10010011 1000101 10100 0 110101 101010 1010010 100100 101010

Color Harmonies of #769345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769345

Black with #769345

Text Example


Text Example

White with #769345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769345; }

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

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

background-color css

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

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

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

border-color css

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

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

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