Html Css Color HEX #869082 Spanish Green

📋 copy color: '#869082'

red 134 ◦ green 144 ◦ blue 130

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

Shades of Spanish Green #869082

Tints of Spanish Green #869082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 32.84%
G = 35.29%
B = 31.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#869082 (or 0x869082) is known color: Spanish Green. HEX triplet: 86, 90 and 82. RGB value is (134,144,130). Sum of RGB (Red+Green+Blue) = 134+144+130=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #869082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869082 is #796F7D. Grayscale: #8B8B8B. Windows color (decimal): -7958398 or 8556678. OLE color: 8556678.

HSL color Cylindrical-coordinate representation of color #869082: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869082 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 130 -
CMYK 0.07 0 0.10 0.44
HSL 102.86º 0.06% 0.54% -
HSV(B) 102.86º 0.1% 0.56% -
XYZ 23.83 26.63 25 -
YUV 139.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 134 144 130 0.07 0 0.10 0.44 102.86 0.06 0.54
Hex 86 90 82 7 0 A 2C 67 6 36
Octal 206 220 202 7 0 12 54 147 6 66
Binary 10000110 10010000 10000010 111 0 1010 101100 1100111 110 110110

Color Harmonies of #869082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869082

Black with #869082

Text Example


Text Example

White with #869082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869082; }

 p { color: rgb(134,144,130); }

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

background-color css

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

 a { background-color: rgb(134,144,130); }

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

border-color css

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

 span { border-color: rgb(134,144,130); }

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