Html Css Color HEX #08894D Salem

📋 copy color: '#08894D'

red 8 ◦ green 137 ◦ blue 77

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

Shades of Salem #08894D

Tints of Salem #08894D

RGB

 RED value IS 8 (3.52% from 255) = 3.6%

 GREEN value IS 137 (53.91% from 255) = 61.71%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 3.6%
G = 61.71%
B = 34.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#08894D (or 0x08894D) is known color: Salem. HEX triplet: 08, 89 and 4D. RGB value is (8,137,77). Sum of RGB (Red+Green+Blue) = 8+137+77=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #08894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08894D is #F776B2. Grayscale: #5B5B5B. Windows color (decimal): -16217779 or 5081352. OLE color: 5081352.

HSL color Cylindrical-coordinate representation of color #08894D: hue angle of 152.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08894D is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 77 -
CMYK 0.94 0 0.44 0.46
HSL 152.09º 0.89% 0.28% -
HSV(B) 152.09º 0.94% 0.54% -
XYZ 10.39 18.48 10.04 -
YUV 91.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 8 137 77 0.94 0 0.44 0.46 152.09 0.89 0.28
Hex 8 89 4D 5E 0 2C 2E 98 59 1C
Octal 10 211 115 136 0 54 56 230 131 34
Binary 1000 10001001 1001101 1011110 0 101100 101110 10011000 1011001 11100

Color Harmonies of #08894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08894D

Black with #08894D

Text Example


Text Example

White with #08894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08894D; }

 p { color: rgb(8,137,77); }

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

background-color css

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

 a { background-color: rgb(8,137,77); }

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

border-color css

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

 span { border-color: rgb(8,137,77); }

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