Html Css Color HEX #858A81 Spanish Green

📋 copy color: '#858A81'

red 133 ◦ green 138 ◦ blue 129

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

Shades of Spanish Green #858A81

Tints of Spanish Green #858A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 33.25%
G = 34.5%
B = 32.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#858A81 (or 0x858A81) is known color: Spanish Green. HEX triplet: 85, 8A and 81. RGB value is (133,138,129). Sum of RGB (Red+Green+Blue) = 133+138+129=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 138 - color contains mainly: green. Hex color #858A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A81 is #7A757E. Grayscale: #878787. Windows color (decimal): -8025471 or 8489605. OLE color: 8489605.

HSL color Cylindrical-coordinate representation of color #858A81: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #858A81 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 129 -
CMYK 0.04 0 0.07 0.46
HSL 93.33º 0.04% 0.52% -
HSV(B) 93.33º 0.07% 0.54% -
XYZ 22.72 24.75 24.35 -
YUV 135.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 133 138 129 0.04 0 0.07 0.46 93.33 0.04 0.52
Hex 85 8A 81 4 0 7 2E 5D 4 34
Octal 205 212 201 4 0 7 56 135 4 64
Binary 10000101 10001010 10000001 100 0 111 101110 1011101 100 110100

Color Harmonies of #858A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A81

Black with #858A81

Text Example


Text Example

White with #858A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A81; }

 p { color: rgb(133,138,129); }

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

background-color css

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

 a { background-color: rgb(133,138,129); }

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

border-color css

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

 span { border-color: rgb(133,138,129); }

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