Html Css Color HEX #09864C Salem

📋 copy color: '#09864C'

red 9 ◦ green 134 ◦ blue 76

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

Shades of Salem #09864C

Tints of Salem #09864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 4.11%
G = 61.19%
B = 34.7%

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

#09864C (or 0x09864C) is known color: Salem. HEX triplet: 09, 86 and 4C. RGB value is (9,134,76). Sum of RGB (Red+Green+Blue) = 9+134+76=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #09864C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09864C is #F679B3. Grayscale: #5A5A5A. Windows color (decimal): -16153012 or 5015049. OLE color: 5015049.

HSL color Cylindrical-coordinate representation of color #09864C: hue angle of 152.16º 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 #09864C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 76 -
CMYK 0.93 0 0.43 0.47
HSL 152.16º 0.87% 0.28% -
HSV(B) 152.16º 0.93% 0.53% -
XYZ 9.94 17.63 9.72 -
YUV 90.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 9 134 76 0.93 0 0.43 0.47 152.16 0.87 0.28
Hex 9 86 4C 5D 0 2B 2F 98 57 1C
Octal 11 206 114 135 0 53 57 230 127 34
Binary 1001 10000110 1001100 1011101 0 101011 101111 10011000 1010111 11100

Color Harmonies of #09864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09864C

Black with #09864C

Text Example


Text Example

White with #09864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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