Html Css Color HEX #8F9A82 Delta

📋 copy color: '#8F9A82'

red 143 ◦ green 154 ◦ blue 130

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

Shades of Delta #8F9A82

Tints of Delta #8F9A82

RGB

 RED value IS 143 (56.25% from 255) = 33.49%

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 33.49%
G = 36.07%
B = 30.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#8F9A82 (or 0x8F9A82) is known color: Delta. HEX triplet: 8F, 9A and 82. RGB value is (143,154,130). Sum of RGB (Red+Green+Blue) = 143+154+130=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9A82 is #70657D. Grayscale: #949494. Windows color (decimal): -7366014 or 8559247. OLE color: 8559247.

HSL color Cylindrical-coordinate representation of color #8F9A82: hue angle of 87.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F9A82 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 154 130 -
CMYK 0.07 0 0.16 0.40
HSL 87.5º 0.11% 0.56% -
HSV(B) 87.5º 0.16% 0.6% -
XYZ 26.91 30.56 25.6 -
YUV 147.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 143 154 130 0.07 0 0.16 0.40 87.5 0.11 0.56
Hex 8F 9A 82 7 0 10 28 57 B 38
Octal 217 232 202 7 0 20 50 127 13 70
Binary 10001111 10011010 10000010 111 0 10000 101000 1010111 1011 111000

Color Harmonies of #8F9A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9A82

Black with #8F9A82

Text Example


Text Example

White with #8F9A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9A82; }

 p { color: rgb(143,154,130); }

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

background-color css

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

 a { background-color: rgb(143,154,130); }

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

border-color css

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

 span { border-color: rgb(143,154,130); }

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