Html Css Color HEX #068D4E Salem

📋 copy color: '#068D4E'

red 6 ◦ green 141 ◦ blue 78

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

Shades of Salem #068D4E

Tints of Salem #068D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 2.67%
G = 62.67%
B = 34.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#068D4E (or 0x068D4E) is known color: Salem. HEX triplet: 06, 8D and 4E. RGB value is (6,141,78). Sum of RGB (Red+Green+Blue) = 6+141+78=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #068D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D4E is #F972B1. Grayscale: #5D5D5D. Windows color (decimal): -16347826 or 5147910. OLE color: 5147910.

HSL color Cylindrical-coordinate representation of color #068D4E: hue angle of 152º 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 #068D4E is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 141 78 -
CMYK 0.96 0 0.45 0.45
HSL 152º 0.92% 0.29% -
HSV(B) 152º 0.96% 0.55% -
XYZ 10.98 19.64 10.42 -
YUV 93.45 119.27 65.62 -
System Red Green Blue C M Y K H S L
Decimal 6 141 78 0.96 0 0.45 0.45 152 0.92 0.29
Hex 6 8D 4E 60 0 2D 2D 98 5C 1D
Octal 6 215 116 140 0 55 55 230 134 35
Binary 110 10001101 1001110 1100000 0 101101 101101 10011000 1011100 11101

Color Harmonies of #068D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D4E

Black with #068D4E

Text Example


Text Example

White with #068D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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