Html Css Color HEX #858784 Spanish Green

📋 copy color: '#858784'

red 133 ◦ green 135 ◦ blue 132

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

Shades of Spanish Green #858784

Tints of Spanish Green #858784

RGB

 RED value IS 133 (52.34% from 255) = 33.25%

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 132 (51.95% from 255) = 33%

R = 33.25%
G = 33.75%
B = 33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#858784 (or 0x858784) is known color: Spanish Green. HEX triplet: 85, 87 and 84. RGB value is (133,135,132). Sum of RGB (Red+Green+Blue) = 133+135+132=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 135 - color contains mainly: green. Hex color #858784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858784 is #7A787B. Grayscale: #868686. Windows color (decimal): -8026236 or 8685445. OLE color: 8685445.

HSL color Cylindrical-coordinate representation of color #858784: hue angle of 100º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858784 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 132 -
CMYK 0.01 0 0.02 0.47
HSL 100º 0.01% 0.52% -
HSV(B) 100º 0.02% 0.53% -
XYZ 22.5 23.98 25.27 -
YUV 134.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 133 135 132 0.01 0 0.02 0.47 100 0.01 0.52
Hex 85 87 84 1 0 2 2F 64 1 34
Octal 205 207 204 1 0 2 57 144 1 64
Binary 10000101 10000111 10000100 1 0 10 101111 1100100 1 110100

Color Harmonies of #858784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858784

Black with #858784

Text Example


Text Example

White with #858784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858784; }

 p { color: rgb(133,135,132); }

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

background-color css

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

 a { background-color: rgb(133,135,132); }

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

border-color css

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

 span { border-color: rgb(133,135,132); }

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