Html Css Color HEX #849F45 Sushi

📋 copy color: '#849F45'

red 132 ◦ green 159 ◦ blue 69

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

Shades of Sushi #849F45

Tints of Sushi #849F45

RGB

 RED value IS 132 (51.95% from 255) = 36.67%

 GREEN value IS 159 (62.5% from 255) = 44.17%

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

R = 36.67%
G = 44.17%
B = 19.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#849F45 (or 0x849F45) is known color: Sushi. HEX triplet: 84, 9F and 45. RGB value is (132,159,69). Sum of RGB (Red+Green+Blue) = 132+159+69=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #849F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849F45 is #7B60BA. Grayscale: #8D8D8D. Windows color (decimal): -8085691 or 4562820. OLE color: 4562820.

HSL color Cylindrical-coordinate representation of color #849F45: hue angle of 78º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #849F45 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 69 -
CMYK 0.17 0 0.57 0.38
HSL 78º 0.39% 0.45% -
HSV(B) 78º 0.57% 0.62% -
XYZ 22.99 30.13 10.23 -
YUV 140.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 132 159 69 0.17 0 0.57 0.38 78 0.39 0.45
Hex 84 9F 45 11 0 39 26 4E 27 2D
Octal 204 237 105 21 0 71 46 116 47 55
Binary 10000100 10011111 1000101 10001 0 111001 100110 1001110 100111 101101

Color Harmonies of #849F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F45

Black with #849F45

Text Example


Text Example

White with #849F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F45; }

 p { color: rgb(132,159,69); }

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

background-color css

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

 a { background-color: rgb(132,159,69); }

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

border-color css

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

 span { border-color: rgb(132,159,69); }

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