Html Css Color HEX #769545 Sushi

📋 copy color: '#769545'

red 118 ◦ green 149 ◦ blue 69

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

Shades of Sushi #769545

Tints of Sushi #769545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

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

R = 35.12%
G = 44.35%
B = 20.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#769545 (or 0x769545) is known color: Sushi. HEX triplet: 76, 95 and 45. RGB value is (118,149,69). Sum of RGB (Red+Green+Blue) = 118+149+69=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #769545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769545 is #896ABA. Grayscale: #828282. Windows color (decimal): -9005755 or 4560246. OLE color: 4560246.

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

Color convert

RGB 118 149 69 -
CMYK 0.21 0 0.54 0.42
HSL 83.25º 0.37% 0.43% -
HSV(B) 83.25º 0.54% 0.58% -
XYZ 19.29 25.78 9.59 -
YUV 130.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 118 149 69 0.21 0 0.54 0.42 83.25 0.37 0.43
Hex 76 95 45 15 0 36 2A 53 25 2B
Octal 166 225 105 25 0 66 52 123 45 53
Binary 1110110 10010101 1000101 10101 0 110110 101010 1010011 100101 101011

Color Harmonies of #769545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769545

Black with #769545

Text Example


Text Example

White with #769545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769545; }

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

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

background-color css

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

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

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

border-color css

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

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

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