Html Css Color HEX #09864D Salem

📋 copy color: '#09864D'

red 9 ◦ green 134 ◦ blue 77

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

Shades of Salem #09864D

Tints of Salem #09864D

RGB

 RED value IS 9 (3.91% from 255) = 4.09%

 GREEN value IS 134 (52.73% from 255) = 60.91%

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

R = 4.09%
G = 60.91%
B = 35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#09864D (or 0x09864D) is known color: Salem. HEX triplet: 09, 86 and 4D. RGB value is (9,134,77). Sum of RGB (Red+Green+Blue) = 9+134+77=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #09864D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09864D is #F679B2. Grayscale: #5A5A5A. Windows color (decimal): -16153011 or 5080585. OLE color: 5080585.

HSL color Cylindrical-coordinate representation of color #09864D: hue angle of 152.64º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09864D is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 77 -
CMYK 0.93 0 0.43 0.47
HSL 152.64º 0.87% 0.28% -
HSV(B) 152.64º 0.93% 0.53% -
XYZ 9.98 17.64 9.9 -
YUV 90.13 120.59 70.13 -
System Red Green Blue C M Y K H S L
Decimal 9 134 77 0.93 0 0.43 0.47 152.64 0.87 0.28
Hex 9 86 4D 5D 0 2B 2F 99 57 1C
Octal 11 206 115 135 0 53 57 231 127 34
Binary 1001 10000110 1001101 1011101 0 101011 101111 10011001 1010111 11100

Color Harmonies of #09864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09864D

Black with #09864D

Text Example


Text Example

White with #09864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,134,77); }

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

background-color css

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

 a { background-color: rgb(9,134,77); }

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

border-color css

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

 span { border-color: rgb(9,134,77); }

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