Html Css Color HEX #86A743 Sushi

📋 copy color: '#86A743'

red 134 ◦ green 167 ◦ blue 67

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

Shades of Sushi #86A743

Tints of Sushi #86A743

RGB

 RED value IS 134 (52.73% from 255) = 36.41%

 GREEN value IS 167 (65.63% from 255) = 45.38%

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

R = 36.41%
G = 45.38%
B = 18.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#86A743 (or 0x86A743) is known color: Sushi. HEX triplet: 86, A7 and 43. RGB value is (134,167,67). Sum of RGB (Red+Green+Blue) = 134+167+67=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #86A743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A743 is #7958BC. Grayscale: #929292. Windows color (decimal): -7952573 or 4433798. OLE color: 4433798.

HSL color Cylindrical-coordinate representation of color #86A743: hue angle of 79.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86A743 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 167 67 -
CMYK 0.20 0 0.60 0.35
HSL 79.8º 0.43% 0.46% -
HSV(B) 79.8º 0.6% 0.65% -
XYZ 24.66 33.11 10.4 -
YUV 145.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 134 167 67 0.20 0 0.60 0.35 79.8 0.43 0.46
Hex 86 A7 43 14 0 3C 23 50 2B 2E
Octal 206 247 103 24 0 74 43 120 53 56
Binary 10000110 10100111 1000011 10100 0 111100 100011 1010000 101011 101110

Color Harmonies of #86A743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A743

Black with #86A743

Text Example


Text Example

White with #86A743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A743; }

 p { color: rgb(134,167,67); }

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

background-color css

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

 a { background-color: rgb(134,167,67); }

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

border-color css

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

 span { border-color: rgb(134,167,67); }

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