Html Css Color HEX #818270 Schist

📋 copy color: '#818270'

red 129 ◦ green 130 ◦ blue 112

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

Shades of Schist #818270

Tints of Schist #818270

RGB

 RED value IS 129 (50.78% from 255) = 34.77%

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 34.77%
G = 35.04%
B = 30.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#818270 (or 0x818270) is known color: Schist. HEX triplet: 81, 82 and 70. RGB value is (129,130,112). Sum of RGB (Red+Green+Blue) = 129+130+112=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #818270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818270 is #7E7D8F. Grayscale: #7F7F7F. Windows color (decimal): -8289680 or 7373441. OLE color: 7373441.

HSL color Cylindrical-coordinate representation of color #818270: hue angle of 63.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818270 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 130 112 -
CMYK 0.01 0 0.14 0.49
HSL 63.33º 0.07% 0.47% -
HSV(B) 63.33º 0.14% 0.51% -
XYZ 19.96 21.8 18.49 -
YUV 127.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 129 130 112 0.01 0 0.14 0.49 63.33 0.07 0.47
Hex 81 82 70 1 0 E 31 3F 7 2F
Octal 201 202 160 1 0 16 61 77 7 57
Binary 10000001 10000010 1110000 1 0 1110 110001 111111 111 101111

Color Harmonies of #818270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818270

Black with #818270

Text Example


Text Example

White with #818270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818270; }

 p { color: rgb(129,130,112); }

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

background-color css

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

 a { background-color: rgb(129,130,112); }

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

border-color css

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

 span { border-color: rgb(129,130,112); }

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