Html Css Color HEX #068549 Salem

📋 copy color: '#068549'

red 6 ◦ green 133 ◦ blue 73

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

Shades of Salem #068549

Tints of Salem #068549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 62.74%

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

R = 2.83%
G = 62.74%
B = 34.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#068549 (or 0x068549) is known color: Salem. HEX triplet: 06, 85 and 49. RGB value is (6,133,73). Sum of RGB (Red+Green+Blue) = 6+133+73=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #068549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068549 is #F97AB6. Grayscale: #585858. Windows color (decimal): -16349879 or 4818182. OLE color: 4818182.

HSL color Cylindrical-coordinate representation of color #068549: hue angle of 151.65º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068549 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 73 -
CMYK 0.95 0 0.45 0.48
HSL 151.65º 0.91% 0.27% -
HSV(B) 151.65º 0.95% 0.52% -
XYZ 9.67 17.29 9.13 -
YUV 88.19 119.42 69.38 -
System Red Green Blue C M Y K H S L
Decimal 6 133 73 0.95 0 0.45 0.48 151.65 0.91 0.27
Hex 6 85 49 5F 0 2D 30 98 5B 1B
Octal 6 205 111 137 0 55 60 230 133 33
Binary 110 10000101 1001001 1011111 0 101101 110000 10011000 1011011 11011

Color Harmonies of #068549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068549

Black with #068549

Text Example


Text Example

White with #068549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068549; }

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

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

background-color css

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

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

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

border-color css

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

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

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