Html Css Color HEX #068D4A Salem

📋 copy color: '#068D4A'

red 6 ◦ green 141 ◦ blue 74

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

Shades of Salem #068D4A

Tints of Salem #068D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 63.8%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 2.71%
G = 63.8%
B = 33.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#068D4A (or 0x068D4A) is known color: Salem. HEX triplet: 06, 8D and 4A. RGB value is (6,141,74). Sum of RGB (Red+Green+Blue) = 6+141+74=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #068D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D4A is #F972B5. Grayscale: #5D5D5D. Windows color (decimal): -16347830 or 4885766. OLE color: 4885766.

HSL color Cylindrical-coordinate representation of color #068D4A: hue angle of 150.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D4A is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 141 74 -
CMYK 0.96 0 0.48 0.45
HSL 150.22º 0.92% 0.29% -
HSV(B) 150.22º 0.96% 0.55% -
XYZ 10.84 19.58 9.69 -
YUV 93 117.27 65.95 -
System Red Green Blue C M Y K H S L
Decimal 6 141 74 0.96 0 0.48 0.45 150.22 0.92 0.29
Hex 6 8D 4A 60 0 30 2D 96 5C 1D
Octal 6 215 112 140 0 60 55 226 134 35
Binary 110 10001101 1001010 1100000 0 110000 101101 10010110 1011100 11101

Color Harmonies of #068D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D4A

Black with #068D4A

Text Example


Text Example

White with #068D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068D4A; }

 p { color: rgb(6,141,74); }

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

background-color css

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

 a { background-color: rgb(6,141,74); }

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

border-color css

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

 span { border-color: rgb(6,141,74); }

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