Html Css Color HEX #068B3E Salem

📋 copy color: '#068B3E'

red 6 ◦ green 139 ◦ blue 62

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

Shades of Salem #068B3E

Tints of Salem #068B3E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 67.15%

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 2.9%
G = 67.15%
B = 29.95%

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

#068B3E (or 0x068B3E) is known color: Salem. HEX triplet: 06, 8B and 3E. RGB value is (6,139,62). Sum of RGB (Red+Green+Blue) = 6+139+62=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #068B3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068B3E is #F974C1. Grayscale: #5A5A5A. Windows color (decimal): -16348354 or 4098822. OLE color: 4098822.

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

Color convert

RGB 6 139 62 -
CMYK 0.96 0 0.55 0.45
HSL 145.26º 0.92% 0.28% -
HSV(B) 145.26º 0.96% 0.55% -
XYZ 10.18 18.85 7.66 -
YUV 90.46 111.94 67.76 -
System Red Green Blue C M Y K H S L
Decimal 6 139 62 0.96 0 0.55 0.45 145.26 0.92 0.28
Hex 6 8B 3E 60 0 37 2D 91 5C 1C
Octal 6 213 76 140 0 67 55 221 134 34
Binary 110 10001011 111110 1100000 0 110111 101101 10010001 1011100 11100

Color Harmonies of #068B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B3E

Black with #068B3E

Text Example


Text Example

White with #068B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,62); }

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

background-color css

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

 a { background-color: rgb(6,139,62); }

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

border-color css

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

 span { border-color: rgb(6,139,62); }

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