Html Css Color HEX #068949 Salem

📋 copy color: '#068949'

red 6 ◦ green 137 ◦ blue 73

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

Shades of Salem #068949

Tints of Salem #068949

RGB

 RED value IS 6 (2.73% from 255) = 2.78%

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

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 2.78%
G = 63.43%
B = 33.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#068949 (or 0x068949) is known color: Salem. HEX triplet: 06, 89 and 49. RGB value is (6,137,73). Sum of RGB (Red+Green+Blue) = 6+137+73=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #068949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068949 is #F976B6. Grayscale: #5A5A5A. Windows color (decimal): -16348855 or 4819206. OLE color: 4819206.

HSL color Cylindrical-coordinate representation of color #068949: hue angle of 150.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068949 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 73 -
CMYK 0.96 0 0.47 0.46
HSL 150.69º 0.92% 0.28% -
HSV(B) 150.69º 0.96% 0.54% -
XYZ 10.22 18.41 9.32 -
YUV 90.54 118.1 67.7 -
System Red Green Blue C M Y K H S L
Decimal 6 137 73 0.96 0 0.47 0.46 150.69 0.92 0.28
Hex 6 89 49 60 0 2F 2E 97 5C 1C
Octal 6 211 111 140 0 57 56 227 134 34
Binary 110 10001001 1001001 1100000 0 101111 101110 10010111 1011100 11100

Color Harmonies of #068949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068949

Black with #068949

Text Example


Text Example

White with #068949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068949; }

 p { color: rgb(6,137,73); }

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

background-color css

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

 a { background-color: rgb(6,137,73); }

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

border-color css

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

 span { border-color: rgb(6,137,73); }

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