Html Css Color HEX #8E9782 Delta

📋 copy color: '#8E9782'

red 142 ◦ green 151 ◦ blue 130

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

Shades of Delta #8E9782

Tints of Delta #8E9782

RGB

 RED value IS 142 (55.86% from 255) = 33.57%

 GREEN value IS 151 (59.38% from 255) = 35.7%

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

R = 33.57%
G = 35.7%
B = 30.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#8E9782 (or 0x8E9782) is known color: Delta. HEX triplet: 8E, 97 and 82. RGB value is (142,151,130). Sum of RGB (Red+Green+Blue) = 142+151+130=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9782 is #71687D. Grayscale: #919191. Windows color (decimal): -7432318 or 8558478. OLE color: 8558478.

HSL color Cylindrical-coordinate representation of color #8E9782: hue angle of 85.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E9782 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 130 -
CMYK 0.06 0 0.14 0.41
HSL 85.71º 0.09% 0.55% -
HSV(B) 85.71º 0.14% 0.59% -
XYZ 26.25 29.5 25.43 -
YUV 145.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 142 151 130 0.06 0 0.14 0.41 85.71 0.09 0.55
Hex 8E 97 82 6 0 E 29 56 9 37
Octal 216 227 202 6 0 16 51 126 11 67
Binary 10001110 10010111 10000010 110 0 1110 101001 1010110 1001 110111

Color Harmonies of #8E9782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9782

Black with #8E9782

Text Example


Text Example

White with #8E9782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,130); }

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

background-color css

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

 a { background-color: rgb(142,151,130); }

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

border-color css

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

 span { border-color: rgb(142,151,130); }

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