Html Css Color HEX #87A142 Sushi

📋 copy color: '#87A142'

red 135 ◦ green 161 ◦ blue 66

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

Shades of Sushi #87A142

Tints of Sushi #87A142

RGB

 RED value IS 135 (53.13% from 255) = 37.29%

 GREEN value IS 161 (63.28% from 255) = 44.48%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 37.29%
G = 44.48%
B = 18.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#87A142 (or 0x87A142) is known color: Sushi. HEX triplet: 87, A1 and 42. RGB value is (135,161,66). Sum of RGB (Red+Green+Blue) = 135+161+66=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #87A142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A142 is #785EBD. Grayscale: #8E8E8E. Windows color (decimal): -7888574 or 4366727. OLE color: 4366727.

HSL color Cylindrical-coordinate representation of color #87A142: hue angle of 76.42º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87A142 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 161 66 -
CMYK 0.16 0 0.59 0.37
HSL 76.42º 0.42% 0.45% -
HSV(B) 76.42º 0.59% 0.63% -
XYZ 23.72 31.03 9.89 -
YUV 142.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 135 161 66 0.16 0 0.59 0.37 76.42 0.42 0.45
Hex 87 A1 42 10 0 3B 25 4C 2A 2D
Octal 207 241 102 20 0 73 45 114 52 55
Binary 10000111 10100001 1000010 10000 0 111011 100101 1001100 101010 101101

Color Harmonies of #87A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A142

Black with #87A142

Text Example


Text Example

White with #87A142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A142; }

 p { color: rgb(135,161,66); }

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

background-color css

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

 a { background-color: rgb(135,161,66); }

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

border-color css

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

 span { border-color: rgb(135,161,66); }

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