Html Css Color HEX #098145 Salem

📋 copy color: '#098145'

red 9 ◦ green 129 ◦ blue 69

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

Shades of Salem #098145

Tints of Salem #098145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.32%

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 4.35%
G = 62.32%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#098145 (or 0x098145) is known color: Salem. HEX triplet: 09, 81 and 45. RGB value is (9,129,69). Sum of RGB (Red+Green+Blue) = 9+129+69=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #098145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098145 is #F67EBA. Grayscale: #565656. Windows color (decimal): -16154299 or 4555017. OLE color: 4555017.

HSL color Cylindrical-coordinate representation of color #098145: hue angle of 150º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098145 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 129 69 -
CMYK 0.93 0 0.47 0.49
HSL 150º 0.87% 0.27% -
HSV(B) 150º 0.93% 0.51% -
XYZ 9.04 16.19 8.28 -
YUV 86.28 118.24 72.88 -
System Red Green Blue C M Y K H S L
Decimal 9 129 69 0.93 0 0.47 0.49 150 0.87 0.27
Hex 9 81 45 5D 0 2F 31 96 57 1B
Octal 11 201 105 135 0 57 61 226 127 33
Binary 1001 10000001 1000101 1011101 0 101111 110001 10010110 1010111 11011

Color Harmonies of #098145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098145

Black with #098145

Text Example


Text Example

White with #098145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098145; }

 p { color: rgb(9,129,69); }

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

background-color css

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

 a { background-color: rgb(9,129,69); }

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

border-color css

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

 span { border-color: rgb(9,129,69); }

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