Html Css Color HEX #068D3F Salem

📋 copy color: '#068D3F'

red 6 ◦ green 141 ◦ blue 63

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

Shades of Salem #068D3F

Tints of Salem #068D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30%

R = 2.86%
G = 67.14%
B = 30%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#068D3F (or 0x068D3F) is known color: Salem. HEX triplet: 06, 8D and 3F. RGB value is (6,141,63). Sum of RGB (Red+Green+Blue) = 6+141+63=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #068D3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D3F is #F972C0. Grayscale: #5B5B5B. Windows color (decimal): -16347841 or 4164870. OLE color: 4164870.

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

Color convert

RGB 6 141 63 -
CMYK 0.96 0 0.55 0.45
HSL 145.33º 0.92% 0.29% -
HSV(B) 145.33º 0.96% 0.55% -
XYZ 10.5 19.45 7.9 -
YUV 91.74 111.77 66.84 -
System Red Green Blue C M Y K H S L
Decimal 6 141 63 0.96 0 0.55 0.45 145.33 0.92 0.29
Hex 6 8D 3F 60 0 37 2D 91 5C 1D
Octal 6 215 77 140 0 67 55 221 134 35
Binary 110 10001101 111111 1100000 0 110111 101101 10010001 1011100 11101

Color Harmonies of #068D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D3F

Black with #068D3F

Text Example


Text Example

White with #068D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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